diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-09 12:22:55 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-09 12:22:55 -0700 |
commit | 4e325d70dbd783526f76491e5bbba40fcd6edd5b (patch) | |
tree | 87c972254a73ebf296a9137641395a281499e1b9 /home/wm/waybar | |
parent | add a few more packages for home/ (diff) | |
download | world-4e325d70dbd783526f76491e5bbba40fcd6edd5b.tar.gz |
delete configuration related to colors
Setting colors is hard, and it's an easy way to waste time. The only color settings I keep are the ones related to waybar, to make sure it does not look like a Christmas tree. Which means that most applications are going to use their default theme, and I'm OK with that.
Diffstat (limited to 'home/wm/waybar')
-rw-r--r-- | home/wm/waybar/style.css | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/home/wm/waybar/style.css b/home/wm/waybar/style.css index 7f1d9c3..e4565c8 100644 --- a/home/wm/waybar/style.css +++ b/home/wm/waybar/style.css @@ -10,16 +10,13 @@ font-size: 15px; } window#waybar { - background-color: rgba(43, 48, 59, 0.5); + background-color: rgba(43, 48, 59, 0.9); color: #ffffff; - transition-property: background-color; - transition-duration: .5s; } #workspaces button { padding: 0 3px; background-color: transparent; color: #888888; - box-shadow: inset 0 -3px transparent; } #workspaces button.focused { background-color: #285577; @@ -28,11 +25,8 @@ window#waybar { } #workspaces button.urgent { background-color: #900000; - color: #ffffff; border: 1px solid #2f343a; -} -#tray { - /* No styles */ + color: #ffffff; } #clock, #battery, @@ -44,10 +38,10 @@ window#waybar { padding-right: 10px; } #mode { - background: #64727D; - border-top: 2px solid white; - /* To compensate for the top border and still have vertical centering */ - padding-bottom: 2px; + /* No styles */ +} +#tray { + /* No styles */ } #clock { /* No styles */ |