diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-10-24 00:24:00 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-10-24 00:24:00 +0900 |
| commit | ef7add298fd913b0facca5f72e02fed49a041d89 (patch) | |
| tree | bd217958cd02c47d1caa9f501ef2ad90a7a3db57 /config/waybar/configs/config-dual-TL | |
| parent | 18c565a068ac463f6d6ec7aade8d61391dca6c54 (diff) | |
lots of fixes
Diffstat (limited to 'config/waybar/configs/config-dual-TL')
| -rw-r--r-- | config/waybar/configs/config-dual-TL | 71 |
1 files changed, 35 insertions, 36 deletions
diff --git a/config/waybar/configs/config-dual-TL b/config/waybar/configs/config-dual-TL index f7d418d2..860d0792 100644 --- a/config/waybar/configs/config-dual-TL +++ b/config/waybar/configs/config-dual-TL @@ -13,31 +13,31 @@ "margin-top": 6, "margin-left": 8, "margin-right": 8, - + "modules-left": [ - "custom/menu", - "cpu", - "temperature", - "memory", - "disk", - ], - + "custom/menu", + "cpu", + "temperature", + "memory", + "disk", + ], + "modules-center": [ - "hyprland/window", - "custom/weather", - ], - + "hyprland/window", + "custom/weather", +] , + "modules-right": [ - "network", - "bluetooth", - "battery", - "backlight", - "pulseaudio", - //"wireplumber", - "pulseaudio#microphone", - "keyboard-state", - "custom/power", - ], + "network", + "bluetooth", + "battery", + "backlight", + "pulseaudio", + //"wireplumber", + "pulseaudio#microphone", + "keyboard-state", + "custom/power", + ], }, { @@ -52,21 +52,20 @@ "fixed-center": true, "ipc": true, //"gtk-layer-shell": true, - + "modules-left": [ - "idle_inhibitor", - - ], - + "idle_inhibitor", + ], + "modules-center": [ - "hyprland/workspaces", - ], - + "hyprland/workspaces", + ], + "modules-right": [ - "tray", - "clock#vertical", - "custom/light_dark", - "custom/lock", - ], - + "tray", + "clock#vertical", + "custom/light_dark", + "custom/lock", + ], + }]
\ No newline at end of file |
