diff --git a/config/waybar/config b/config/waybar/config index 67b3a56..a8198f5 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -21,22 +21,25 @@ "include": [ // Import modules (!) "~/.config/waybar/modules.json", -// "~/.config/waybar/default.json" +// "~/.config/waybar/default.json" "~/.config/waybar/left.json" ], + }, { - // Import modules (!) - "include": "~/.config/waybar/modules.json", - "name": "keep", "position": "top", "height": 25, - "modules-left": ["sway/mode"], + "modules-left": ["sway/mode", "custom/browser"], "modules-center": ["sway/window"], "modules-right": ["clock"], + "include": [ + // Import modules (!) + "~/.config/waybar/modules.json" + ], + }] diff --git a/config/waybar/left.json b/config/waybar/left.json index 3ec3295..d8948f0 100644 --- a/config/waybar/left.json +++ b/config/waybar/left.json @@ -2,11 +2,9 @@ "modules-left": [ "sway/workspaces", "idle_inhibitor", - "custom/media", - "custom/browser" + "custom/media" ], "modules-right": [ - "disk", "memory", "cpu", "temperature", diff --git a/config/waybar/style.css b/config/waybar/style.css index 3c6168e..a6da933 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -22,7 +22,7 @@ window#waybar { } #window, #workspaces { - margin: 0 4px; + margin: 0 5px; } #workspaces button { @@ -45,9 +45,9 @@ window#waybar { /* All modules individually. */ #backlight, #battery, #bluetooth, #clock, #cpu, -#custom-media, #disk, #idle_inhibitor, #memory, -#mode, #mpd, #network, #pulseaudio, #temperature, -#tray { +#custom-browser, #custom-media, #disk, #idle_inhibitor, +#memory, #mode, #mpd, #network, #pulseaudio, +#temperature, #tray { padding: 0 5px; } diff --git a/config/waybar/transparent.css b/config/waybar/transparent.css index b14968b..e2074ae 100644 --- a/config/waybar/transparent.css +++ b/config/waybar/transparent.css @@ -11,7 +11,8 @@ window#waybar { background-color: transparent; } -.toggle .modules-right { +.toggle .modules-right, +.toggle .modules-left { background-color: @transparent-black-light; }