aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/waybar
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-05-10 03:04:35 +0300
committerYaroslav <contact@yaroslavps.com>2020-05-10 03:04:35 +0300
commitc27a5efd2a7f43bd2f3c0a9f6606f332576cff1e (patch)
treee706c1d2b159340e6467d2300fdce62add98438c /dotfiles/.config/waybar
parenta8cc83eb26bf7f9e94f655c81331444d243e1f3d (diff)
downloadswayrice-c27a5efd2a7f43bd2f3c0a9f6606f332576cff1e.tar.gz
swayrice-c27a5efd2a7f43bd2f3c0a9f6606f332576cff1e.zip
no more transparency in programs
Diffstat (limited to 'dotfiles/.config/waybar')
-rw-r--r--dotfiles/.config/waybar/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css
index 0b244e0..41af20c 100644
--- a/dotfiles/.config/waybar/style.css
+++ b/dotfiles/.config/waybar/style.css
@@ -4,7 +4,7 @@
min-height: 0;
}
window#waybar {
- background: rgba(27, 30, 37, 0.95);
+ background: rgba(27, 30, 37, 1);
color: #e5e9f0;
min-height: 0;
}