diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-10-28 17:56:45 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-10-28 17:56:45 +0900 |
| commit | c0ed89e014a43c86b1d64c0fa3e46b1ff4622845 (patch) | |
| tree | e9cfed39a59f1060a43d0b10b7a294f9d5a238c1 /config/waybar/configs | |
| parent | 1b1d1361eee424ebed5bf2b33c84bdda99415001 (diff) | |
tweaked waybar TL and TR layouts
Diffstat (limited to 'config/waybar/configs')
| -rw-r--r-- | config/waybar/configs/config-dual-TL | 18 | ||||
| -rw-r--r-- | config/waybar/configs/config-dual-TR | 81 |
2 files changed, 50 insertions, 49 deletions
diff --git a/config/waybar/configs/config-dual-TL b/config/waybar/configs/config-dual-TL index e12d3814..9bf79fc2 100644 --- a/config/waybar/configs/config-dual-TL +++ b/config/waybar/configs/config-dual-TL @@ -4,7 +4,7 @@ "include": "~/.config/waybar/modules", "layer": "top", //"mode": "dock", -"width": 950, +"width": 1200, "exclusive": true, "passthrough": false, "position": "top", @@ -16,25 +16,25 @@ "margin-right": 8, "modules-left": [ - "custom/menu", - "idle_inhibitor", + "temperature", "cpu", - "temperature", "memory", "disk", ], "modules-center": [ //"hyprland/window", - "custom/lock", - "custom/weather", -] , + "custom/lock", + "custom/menu", + "idle_inhibitor", + ], "modules-right": [ //"network", //"bluetooth", - //"battery", - //"backlight", + "custom/weather", + "battery", + "backlight", "pulseaudio", //"wireplumber", "pulseaudio#microphone", diff --git a/config/waybar/configs/config-dual-TR b/config/waybar/configs/config-dual-TR index aec60df7..2ea9ce5d 100644 --- a/config/waybar/configs/config-dual-TR +++ b/config/waybar/configs/config-dual-TR @@ -1,72 +1,73 @@ -// ### TOP and RIGHT PANEL ## // +// ### TOP and LEFT PANEL ## // [{ "include": "~/.config/waybar/modules", "layer": "top", //"mode": "dock", +"width": 1200, "exclusive": true, "passthrough": false, "position": "top", "spacing": 3, "fixed-center": true, "ipc": true, -"padding": 2, "margin-top": 6, "margin-left": 8, "margin-right": 8, - + "modules-left": [ - "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": "right", +"height": 650, "margin-top": 8, "margin-bottom": 8, -"margin-left": 1, -"margin-right": 8, +"margin-left": 8, +"margin-right": 3, "spacing": 3, "fixed-center": true, "ipc": true, -"gtk-layer-shell": true, - +//"gtk-layer-shell": true, + "modules-left": [ - "custom/menu", - "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 |
