diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-20 12:16:04 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-20 12:16:04 +0900 |
| commit | 9c3c8eb04dcf846a54bc451424dfc8800f918f1d (patch) | |
| tree | 743671ac47ce8b4fe4873ce76b0b5e756322e77d /config/waybar/style/Pywal.css | |
| parent | 5133e22184025c56fe9c8489c792de829c68f498 (diff) | |
Tweaked waybar styles
Diffstat (limited to 'config/waybar/style/Pywal.css')
| -rw-r--r-- | config/waybar/style/Pywal.css | 36 |
1 files changed, 28 insertions, 8 deletions
diff --git a/config/waybar/style/Pywal.css b/config/waybar/style/Pywal.css index 7a50f8af..c5ef3477 100644 --- a/config/waybar/style/Pywal.css +++ b/config/waybar/style/Pywal.css @@ -1,8 +1,5 @@ /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ -/* ...........................................*/ -/* ...............Golden Noir................ */ -/* .......................................... */ -/* --- 👍 designed by https://github.com/Krautt 👍 --- */ +/* pywal */ @import '../../.cache/wal/colors-waybar.css'; @@ -74,17 +71,26 @@ tooltip { } #workspaces button { - padding: 2px; color: @foreground; - margin-right: 5px; + box-shadow: none; + text-shadow: none; + padding: 0px; + border-radius: 9px; + margin-top: 3px; + margin-bottom: 3px; + padding-left: 3px; + padding-right: 3px; animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } #workspaces button.active { color: @foreground; - border-radius: 40%; background-color: @color0; + margin-left: 3px; + padding-left: 12px; + padding-right: 12px; + margin-right: 3px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -100,7 +106,8 @@ tooltip { #workspaces button:hover { color: @color4; - border-radius: 15px; + padding-left: 3px; + padding-right: 3px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -168,6 +175,19 @@ tooltip { #taskbar button.active { background-color: rgb(47, 46, 46); + margin-left: 3px; + padding-left: 12px; + padding-right: 12px; + margin-right: 3px; + animation: gradient_f 20s ease-in infinite; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); +} + +#taskbar button:hover { + padding-left: 3px; + padding-right: 3px; + animation: gradient_f 20s ease-in infinite; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #battery.critical:not(.charging) { |
