From a604c075fc9b26998cd075230b37bbcb80c80d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Tue, 1 Dec 2020 23:47:32 +0300 Subject: Changes to color scheme Updated the colors for: * Alacritty * Bemenu * Waybar * Sway --- dotfiles/.config/waybar/config | 2 +- dotfiles/.config/waybar/style.css | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'dotfiles/.config/waybar') 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; } -- cgit v1.2.3