diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-13 23:21:39 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-13 23:21:39 +0200 |
commit | b0ef0738b3f0cebde9ed6b1d40ca0f7cbb1385a3 (patch) | |
tree | 6439c4a1e21ebff5de17dda64a24170358b750b2 /config/hyprland | |
parent | 35ceb3624eff6cb65905dd9589575a606ef2d254 (diff) | |
parent | d86de5019e1ab222118ac85201141f1b7b5bc0b0 (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/hyprland')
-rw-r--r-- | config/hyprland/waybar/config.jsonc | 2 | ||||
-rw-r--r-- | config/hyprland/waybar/schemes/base16.css | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/config/hyprland/waybar/config.jsonc b/config/hyprland/waybar/config.jsonc index 3a38ca4..0fc585f 100644 --- a/config/hyprland/waybar/config.jsonc +++ b/config/hyprland/waybar/config.jsonc @@ -1,6 +1,6 @@ { "layer": "top", - "modules-left": ["battery", "hyprland/workspaces", "mpd"], + "modules-left": ["battery", "hyprland/workspaces", "mpd", "hyprland/window"], "modules-center": ["clock"], "modules-right": ["custom/wireguard", "network", "pulseaudio", "temperature", "cpu", "custom/memory", "tray"], "mpd": { diff --git a/config/hyprland/waybar/schemes/base16.css b/config/hyprland/waybar/schemes/base16.css index 589cc12..61378fd 100644 --- a/config/hyprland/waybar/schemes/base16.css +++ b/config/hyprland/waybar/schemes/base16.css @@ -38,7 +38,6 @@ window#waybar.PCSX2 #window { } #mpd, #battery, -#window, #custom-wireguard, #network, #pulseaudio, #temperature, #cpu, #custom-memory { margin-left: 8px; padding-left: 16px; @@ -47,7 +46,6 @@ window#waybar.PCSX2 #window { } #workspaces, #mpd, #battery, #clock, -#window, #custom-wireguard, #network, #pulseaudio, #temperature, #cpu, #custom-memory, #tray { border: solid @background 2px; margin-top: 4px; @@ -108,8 +106,8 @@ window#waybar.PCSX2 #window { } #window { - color: @background; - background: @color4; + padding-left: 16px; + color: @color4; } #custom-wireguard { |