aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/waybar
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-12-01 23:47:32 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-12-01 23:47:32 +0300
commita604c075fc9b26998cd075230b37bbcb80c80d51 (patch)
treee8f56bb328b301dfd77972acda640ddac31c534d /dotfiles/.config/waybar
parent282c5ca84074045ef1e546a94334b2daff70426a (diff)
downloadswayrice-a604c075fc9b26998cd075230b37bbcb80c80d51.tar.gz
swayrice-a604c075fc9b26998cd075230b37bbcb80c80d51.zip
Changes to color scheme
Updated the colors for: * Alacritty * Bemenu * Waybar * Sway
Diffstat (limited to 'dotfiles/.config/waybar')
-rw-r--r--dotfiles/.config/waybar/config2
-rw-r--r--dotfiles/.config/waybar/style.css5
2 files changed, 3 insertions, 4 deletions
diff --git a/dotfiles/.config/waybar/config b/dotfiles/.config/waybar/config
index ad7ec38..1712bb2 100644
--- a/dotfiles/.config/waybar/config
+++ b/dotfiles/.config/waybar/config
@@ -19,8 +19,8 @@
"custom/mail-status",
"custom/pac-status",
"custom/news-status",
- "custom/torrent-status",
"memory",
+ "custom/torrent-status",
"custom/vpn-status",
"network",
"backlight",
diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css
index 887c3ab..5af71da 100644
--- a/dotfiles/.config/waybar/style.css
+++ b/dotfiles/.config/waybar/style.css
@@ -4,7 +4,7 @@
}
window#waybar {
background: #000000;
- color: #e5e9f0;
+ color: #faf6e5;
min-height: 0;
}
#custom-right-arrow-cyan, #custom-left-arrow-cyan {
@@ -33,14 +33,13 @@ window#waybar {
color: #000000;
}
#tray,
-#memory,
#battery,
#network,
#backlight,
#custom-vpn-status,
#custom-torrent-status,
#workspaces {
- background: #1d2021;
+ background: #232328;
border-top: 2px solid #000000;
border-bottom: 2px solid #000000;
}