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 | |
| parent | 18c565a068ac463f6d6ec7aade8d61391dca6c54 (diff) | |
lots of fixes
Diffstat (limited to 'config/waybar/configs')
| -rw-r--r-- | config/waybar/configs/config-default | 26 | ||||
| -rw-r--r-- | config/waybar/configs/config-dual-TL | 71 | ||||
| -rw-r--r-- | config/waybar/configs/config-left | 4 | ||||
| -rw-r--r-- | config/waybar/configs/config-right | 5 |
4 files changed, 60 insertions, 46 deletions
diff --git a/config/waybar/configs/config-default b/config/waybar/configs/config-default index 09c254f6..2174d512 100644 --- a/config/waybar/configs/config-default +++ b/config/waybar/configs/config-default @@ -16,30 +16,44 @@ "modules-left": [ "hyprland/workspaces", - "cpu", - "temperature", + "custom/separator#dot-line", + "cpu", + "custom/separator#dot-line", + "temperature", + "custom/separator#dot-line", "memory", + "custom/separator#dot-line", "custom/weather", ], "modules-center": [ "custom/menu", + "custom/separator#dot-line", "idle_inhibitor", + "custom/separator#dot-line", "clock", - "custom/light_dark", + "custom/separator#dot-line", + "custom/light_dark", + "custom/separator#dot-line", "custom/lock", ], "modules-right": [ - "hyprland/window", + //"hyprland/window", "tray", + "custom/separator#dot-line", //"cava", - "battery", + "battery", + "custom/separator#dot-line", "backlight", + "custom/separator#dot-line", "pulseaudio", + "custom/separator#dot-line", //"wireplumber", "pulseaudio#microphone", - "keyboard-state", + "custom/separator#dot-line", + //"keyboard-state", + //"custom/separator#dot-line", "custom/power", ], } 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 diff --git a/config/waybar/configs/config-left b/config/waybar/configs/config-left index 01a18661..bb718a06 100644 --- a/config/waybar/configs/config-left +++ b/config/waybar/configs/config-left @@ -24,10 +24,10 @@ "modules-right": [ "tray", - "backlight", + "backlight#vertical", "pulseaudio#microphone_vertical", "pulseaudio#vertical", - "custom/power", + "custom/power_vertical", "custom/menu", ], } diff --git a/config/waybar/configs/config-right b/config/waybar/configs/config-right index ce41782a..8a23eaa5 100644 --- a/config/waybar/configs/config-right +++ b/config/waybar/configs/config-right @@ -24,9 +24,10 @@ "modules-right": [ "tray", - "backlight", + "backlight#vertical", "pulseaudio#microphone_vertical", "pulseaudio#vertical", - "custom/power", + "custom/power_vertical", + "custom/menu", ], } |
