diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-05-05 02:41:21 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-05-05 02:41:21 +0300 |
commit | c17163ea468fd368a2548893ecba088e1cf467e6 (patch) | |
tree | eaf3595c8e61ee183ed049133ff91acf30814790 /dotfiles/.config/waybar/style.css | |
parent | 6e1e1197e02e9582ca68b2bca415d2b3f834afba (diff) | |
download | swayrice-c17163ea468fd368a2548893ecba088e1cf467e6.tar.gz swayrice-c17163ea468fd368a2548893ecba088e1cf467e6.zip |
waybar: calendar style changes
Use japanese locale for the calendar. I just like having those as the
days of the week ¯\_(ツ)_/¯.
Also fixed css a bit.
Diffstat (limited to 'dotfiles/.config/waybar/style.css')
-rw-r--r-- | dotfiles/.config/waybar/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css index b870199..7f8c7ba 100644 --- a/dotfiles/.config/waybar/style.css +++ b/dotfiles/.config/waybar/style.css @@ -66,5 +66,5 @@ window#waybar { background: linear-gradient(60deg, #5b8277, #99d0b5); } #workspaces button:hover { - border: 1px solid #5b8277; + border-color: #5b8277; } |