diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2024-03-23 08:40:20 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2024-03-23 08:40:20 -0400 |
| commit | 705cb3e15a9098a72b333366c12b580822b0a579 (patch) | |
| tree | 8332aa56356b043bc4e0e20f08911c36969eb7bb /waybar | |
| parent | b37ecb5271d6a56afb40462414516c325ef0a116 (diff) | |
| download | rivercfg-705cb3e15a9098a72b333366c12b580822b0a579.tar.gz rivercfg-705cb3e15a9098a72b333366c12b580822b0a579.tar.xz | |
Add a screeenshot command that populates the clipboard. Adjust waybar theme
Diffstat (limited to 'waybar')
| -rw-r--r-- | waybar/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/waybar/style.css b/waybar/style.css index d0c069a..fa4eefe 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -9,7 +9,7 @@ } window#waybar { - background: #2e3440; + background: transparent; } @@ -50,18 +50,18 @@ window#waybar.hidden { } #temperature { - background: #2e3440; + background: transparent; color: #81A1C1; } #pulseaudio { color: #D08770; - background: #2E3440; + background: transparent; } #battery { color: #A3BE8C; - background: #2E3440; + background: transparent; } .modules-right { |
