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-default | |
| parent | 18c565a068ac463f6d6ec7aade8d61391dca6c54 (diff) | |
lots of fixes
Diffstat (limited to 'config/waybar/configs/config-default')
| -rw-r--r-- | config/waybar/configs/config-default | 26 |
1 files changed, 20 insertions, 6 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", ], } |
