diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-28 11:51:17 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-28 11:51:17 +0900 |
| commit | 310f3c880c0153c1fa463cc6b7f772239eef7df0 (patch) | |
| tree | 0f8ada9bc70853907cfc7a7016b04219512e7a65 /config/waybar/style/Rose-Pine.css | |
| parent | 6adf09409e23931689be999c91a2cdeb96c571f6 (diff) | |
removal of margins on waybar styles, added highway dark and light wallpapers, some small tweaks on waybar configs(layouts)
Diffstat (limited to 'config/waybar/style/Rose-Pine.css')
| -rw-r--r-- | config/waybar/style/Rose-Pine.css | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/config/waybar/style/Rose-Pine.css b/config/waybar/style/Rose-Pine.css index 613e3d4b..8df0c9fb 100644 --- a/config/waybar/style/Rose-Pine.css +++ b/config/waybar/style/Rose-Pine.css @@ -36,8 +36,6 @@ tooltip { text-shadow: none; padding: 0px; border-radius: 9px; - margin-top: 3px; - margin-bottom: 3px; padding-left: 3px; padding-right: 3px; color: @main-fg; @@ -48,10 +46,8 @@ tooltip { #workspaces button.active { background: @wb-act-bg; color: @wb-act-fg; - 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); } @@ -70,8 +66,6 @@ tooltip { text-shadow: none; padding: 0px; border-radius: 9px; - margin-top: 3px; - margin-bottom: 3px; padding-left: 3px; padding-right: 3px; color: @wb-color; @@ -82,10 +76,8 @@ tooltip { #taskbar button.active { background: @wb-act-bg; color: @wb-act-color; - 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); } @@ -148,8 +140,8 @@ tooltip { color: @main-fg; background: @main-bg; opacity: 1; - padding-top: 2px; - padding-bottom: 2px; + padding-top: 3px; + padding-bottom: 3px; padding-left: 6px; padding-right: 6px; } |
