add: clipboard history widget
This commit is contained in:
@ -6,8 +6,9 @@ import Hyprland from "gi://AstalHyprland";
|
||||
|
||||
import QuickSettings from "widget/quick_settings/quick_settings";
|
||||
import BluetoothWindow from "widget/quick_settings/bluetooth";
|
||||
import Clipboard from "widget/launcher/clipboard";
|
||||
import Launcher from "widget/launcher/launcher";
|
||||
import BatteryInfo from "@/widget/bar/battery_info";
|
||||
import BatteryInfo from "widget/bar/battery_info";
|
||||
import Bar from "widget/bar/bar";
|
||||
|
||||
const hypr = Hyprland.get_default();
|
||||
@ -17,7 +18,8 @@ const components = [
|
||||
Launcher,
|
||||
QuickSettings,
|
||||
BluetoothWindow,
|
||||
BatteryInfo
|
||||
BatteryInfo,
|
||||
Clipboard
|
||||
];
|
||||
|
||||
const setupBars = async (monitor_id: number) => {
|
||||
|
Reference in New Issue
Block a user