diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-10-28 22:51:21 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-10-28 22:51:21 +0900 |
| commit | af603cbd7b7b070dcb2a3c8f0f996d94c68f639e (patch) | |
| tree | 04ee284d43770dba972ee07aae789c12bd2978ee /config/waybar/configs | |
| parent | 31efdec20c0965ccc93dc7d588e3a0b33dae0a28 (diff) | |
some waybar styling tweaks
Diffstat (limited to 'config/waybar/configs')
| -rw-r--r-- | config/waybar/configs/config-dual-BL | 73 | ||||
| -rw-r--r-- | config/waybar/configs/config-dual-BR | 76 | ||||
| -rw-r--r-- | config/waybar/configs/config-dual-TR | 2 |
3 files changed, 76 insertions, 75 deletions
diff --git a/config/waybar/configs/config-dual-BL b/config/waybar/configs/config-dual-BL index 89bfac70..5b369d91 100644 --- a/config/waybar/configs/config-dual-BL +++ b/config/waybar/configs/config-dual-BL @@ -15,57 +15,58 @@ "margin-right": 8, "modules-left": [ - "custom/menu", - "cpu", - "temperature", - "memory", - ], - + "temperature", + "cpu", + "memory", + "disk", + ], + "modules-center": [ - "hyprland/window", - "custom/weather", - ], - -"modules-right": [ - "network", - "bluetooth", - //"cava", - "battery", - "backlight", - "pulseaudio", - //"wireplumber", - "pulseaudio#microphone", - "keyboard-state", - "custom/power", + //"hyprland/window", + "custom/lock", + "custom/menu", + "idle_inhibitor", ], + +"modules-right": [ + //"network", + //"bluetooth", + "custom/weather", + "battery", + "backlight", + "pulseaudio", + //"wireplumber", + "pulseaudio#microphone", + "keyboard-state", + "custom/power", + ], }, { "include": "~/.config/waybar/modules", "layer": "top", "position": "left", +"height": 650, "margin-top": 8, "margin-bottom": 8, "margin-left": 8, -"margin-right": 1, +"margin-right": 3, "spacing": 3, "fixed-center": true, "ipc": true, -"gtk-layer-shell": true, - +//"gtk-layer-shell": true, + "modules-left": [ - "custom/light_dark", - ], - + "hyprland/workspaces#2", + ], + "modules-center": [ - "hyprland/workspaces#2", - ], - + "clock#vertical", + ], + "modules-right": [ - "idle_inhibitor", - "custom/lock", - "tray", - "clock#vertical", - ], - + "tray", + "custom/light_dark", + ], + }]
\ No newline at end of file diff --git a/config/waybar/configs/config-dual-BR b/config/waybar/configs/config-dual-BR index 58466487..222db817 100644 --- a/config/waybar/configs/config-dual-BR +++ b/config/waybar/configs/config-dual-BR @@ -15,58 +15,58 @@ "margin-right": 8, "modules-left": [ - "custom/menu", - "cpu", - "temperature", - "memory", - "disk", - ], - + "temperature", + "cpu", + "memory", + "disk", + ], + "modules-center": [ - "hyprland/window", - "custom/weather", - ], - -"modules-right": [ - "network", - "bluetooth", - //"cava", - "battery", - "backlight", - "pulseaudio", - //"wireplumber", - "pulseaudio#microphone", - "keyboard-state", - "custom/power", + //"hyprland/window", + "custom/lock", + "custom/menu", + "idle_inhibitor", ], + +"modules-right": [ + //"network", + //"bluetooth", + "custom/weather", + "battery", + "backlight", + "pulseaudio", + //"wireplumber", + "pulseaudio#microphone", + "keyboard-state", + "custom/power", + ], }, { "include": "~/.config/waybar/modules", "layer": "top", "position": "right", +"height": 650, "margin-top": 8, "margin-bottom": 8, -"margin-left": 1, -"margin-right": 8, +"margin-left": 3, +"margin-right": 3, "spacing": 3, "fixed-center": true, "ipc": true, -"gtk-layer-shell": true, - +//"gtk-layer-shell": true, + "modules-left": [ - "idle_inhibitor", - ], - + "hyprland/workspaces#2", + ], + "modules-center": [ - "hyprland/workspaces#2", - ], - + "clock#vertical", + ], + "modules-right": [ - "custom/light_dark", - "custom/lock", - "tray", - "clock#vertical", - ], - + "tray", + "custom/light_dark", + ], + }]
\ No newline at end of file diff --git a/config/waybar/configs/config-dual-TR b/config/waybar/configs/config-dual-TR index 2ea9ce5d..70bdeac9 100644 --- a/config/waybar/configs/config-dual-TR +++ b/config/waybar/configs/config-dual-TR @@ -50,7 +50,7 @@ "height": 650, "margin-top": 8, "margin-bottom": 8, -"margin-left": 8, +"margin-left": 3, "margin-right": 3, "spacing": 3, "fixed-center": true, |
