From d0743cbd39c6e6495ac244af401d1205acc2802e Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 15 Dec 2023 13:58:49 +0900 Subject: tweak waybar styles --- config/waybar/configs/SouthEast [BR] | 8 +-- config/waybar/configs/SouthWest [BL] | 75 +++++++++++++++++++++++++++ config/waybar/configs/SouthWest [BR] | 75 --------------------------- config/waybar/configs/SummitSplit [Top & Bot] | 6 +-- 4 files changed, 82 insertions(+), 82 deletions(-) create mode 100644 config/waybar/configs/SouthWest [BL] delete mode 100644 config/waybar/configs/SouthWest [BR] (limited to 'config/waybar/configs') diff --git a/config/waybar/configs/SouthEast [BR] b/config/waybar/configs/SouthEast [BR] index 27bec456..68629cbc 100644 --- a/config/waybar/configs/SouthEast [BR] +++ b/config/waybar/configs/SouthEast [BR] @@ -1,6 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -// ### BOTTOM and LEFT PANEL +// ### BOTTOM and RIGHT PANEL [{ "include": "~/.config/waybar/modules", @@ -46,12 +46,12 @@ { "include": "~/.config/waybar/modules", "layer": "top", -"position": "left", +"position": "right", "height": 650, "margin-top": 8, "margin-bottom": 8, -"margin-left": 3, -//"margin-right": 3, +//"margin-left": 3, +"margin-right": 3, "spacing": 3, "fixed-center": true, "ipc": true, diff --git a/config/waybar/configs/SouthWest [BL] b/config/waybar/configs/SouthWest [BL] new file mode 100644 index 00000000..27bec456 --- /dev/null +++ b/config/waybar/configs/SouthWest [BL] @@ -0,0 +1,75 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### BOTTOM and LEFT PANEL + +[{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "bottom", +"spacing": 2, +"fixed-center": true, +"ipc": true, +"margin-left": 6, +"margin-right": 6, +"margin-bottom": 2, + +"modules-left": [ + "custom/menu", + "cpu", + "temperature", + "memory", + "disk", + ], + +"modules-center": [ + //"hyprland/window", + "hyprland/workspaces#roman", + ], + +"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": 3, +//"margin-right": 3, +"spacing": 3, +"fixed-center": true, +"ipc": true, +//"gtk-layer-shell": true, + +"modules-left": [ + "custom/lock", + "idle_inhibitor", + ], + +"modules-center": [ + "clock#vertical", + ], + +"modules-right": [ + "mpris", + "tray", + "custom/light_dark", + ], + +}] \ No newline at end of file diff --git a/config/waybar/configs/SouthWest [BR] b/config/waybar/configs/SouthWest [BR] deleted file mode 100644 index 68629cbc..00000000 --- a/config/waybar/configs/SouthWest [BR] +++ /dev/null @@ -1,75 +0,0 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ - -// ### BOTTOM and RIGHT PANEL - -[{ -"include": "~/.config/waybar/modules", -"layer": "top", -//"mode": "dock", -"exclusive": true, -"passthrough": false, -"position": "bottom", -"spacing": 2, -"fixed-center": true, -"ipc": true, -"margin-left": 6, -"margin-right": 6, -"margin-bottom": 2, - -"modules-left": [ - "custom/menu", - "cpu", - "temperature", - "memory", - "disk", - ], - -"modules-center": [ - //"hyprland/window", - "hyprland/workspaces#roman", - ], - -"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": 3, -"margin-right": 3, -"spacing": 3, -"fixed-center": true, -"ipc": true, -//"gtk-layer-shell": true, - -"modules-left": [ - "custom/lock", - "idle_inhibitor", - ], - -"modules-center": [ - "clock#vertical", - ], - -"modules-right": [ - "mpris", - "tray", - "custom/light_dark", - ], - -}] \ No newline at end of file diff --git a/config/waybar/configs/SummitSplit [Top & Bot] b/config/waybar/configs/SummitSplit [Top & Bot] index b9339954..c98b3514 100644 --- a/config/waybar/configs/SummitSplit [Top & Bot] +++ b/config/waybar/configs/SummitSplit [Top & Bot] @@ -12,7 +12,7 @@ "spacing": 3, "fixed-center": true, "ipc": true, -"margin-top": 2, +"margin-top": 1, "margin-left": 8, "margin-right": 8, @@ -48,12 +48,12 @@ "exclusive": true, "passthrough": false, "position": "bottom", -"spacing": 3, +"spacing": 5, "fixed-center": true, "ipc": true, "margin-left": 8, "margin-right": 8, -"margin-bottom": 2, +//"margin-bottom": 0, "modules-left": [ "custom/menu", -- cgit v1.2.3