diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-15 21:29:25 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-15 21:29:25 +0900 |
| commit | d86a59be0b4f753bd55c5d8dc2651474e647b736 (patch) | |
| tree | 1ae6443f187fc14e401d88b3138ed2d5089a800d /config/waybar/configs/default-Bottom | |
| parent | 172133b57c745c09df2b17de3dcac9282e6c635a (diff) | |
some small changes
Diffstat (limited to 'config/waybar/configs/default-Bottom')
| -rw-r--r-- | config/waybar/configs/default-Bottom | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/config/waybar/configs/default-Bottom b/config/waybar/configs/default-Bottom index 68f54adc..512995df 100644 --- a/config/waybar/configs/default-Bottom +++ b/config/waybar/configs/default-Bottom @@ -1,6 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -// ### DEFAULT-BOTTOM### // +// ### DEFAULT ### // { "include": "~/.config/waybar/modules", "layer": "top", @@ -11,12 +11,12 @@ "spacing": 3, "fixed-center": true, "ipc": true, -"margin-left": 6, -"margin-right": 6, -"margin-bottom": 4, +//"margin-top": 6, +"margin-left": 8, +"margin-right": 8, "modules-left": [ - "hyprland/workspaces", + "hyprland/workspaces#3", "custom/separator#dot-line", "cpu", "custom/separator#dot-line", @@ -26,7 +26,7 @@ "custom/separator#dot-line", "custom/weather", ], - + "modules-center": [ "custom/menu", "custom/separator#dot-line", @@ -37,24 +37,23 @@ "custom/light_dark", "custom/separator#dot-line", "custom/lock", - ], - //"custom/separator#dot-line", - //"custom/keybinds", - //], + //], + "custom/separator#dot-line", + "custom/keybinds", + ], "modules-right": [ //"hyprland/window", "tray", "custom/separator#dot-line", - //"bluetooth", - //"custom/separator#dot-line", + "bluetooth", + "custom/separator#dot-line", //"network", - //"custom/separator#dot-line", - //"cava", - //"battery", //"custom/separator#dot-line", - //"backlight", - //"custom/separator#dot-line", + "battery", + "custom/separator#dot-line", + "backlight", + "custom/separator#dot-line", "pulseaudio", "custom/separator#dot-line", //"wireplumber", |
