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/Transparent.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/Transparent.css')
| -rw-r--r-- | config/waybar/style/Transparent.css | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/config/waybar/style/Transparent.css b/config/waybar/style/Transparent.css index 60b8341a..5f7f8523 100644 --- a/config/waybar/style/Transparent.css +++ b/config/waybar/style/Transparent.css @@ -29,7 +29,6 @@ window#waybar.empty { window#waybar.empty #window { padding: 0px; - margin: 0px; border: 0px; background-color: transparent; } @@ -58,13 +57,10 @@ tooltip { #workspaces button { color: #6E6A86; - 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; @@ -74,10 +70,8 @@ tooltip { #workspaces button.active { color: whitesmoke; border-radius: 15px 15px 15px 15px; - 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); } @@ -166,10 +160,8 @@ tooltip { #taskbar button.active { background-color: #7f849c; - 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); } @@ -193,14 +185,14 @@ tooltip { } #pulseaudio-slider trough { - min-width: 80px; /* Ajusta el ancho según tus preferencias */ - min-height: 10px; /* Ajusta la altura según tus preferencias */ + min-width: 80px; + min-height: 10px; border-radius: 5px; background-color: black; } #pulseaudio-slider highlight { - min-height: 10px; /* Ajusta la altura según tus preferencias */ + min-height: 10px; border-radius: 5px; background-color: wheat; } @@ -215,14 +207,14 @@ tooltip { } #backlight-slider trough { - min-width: 80px; /* Ajusta el ancho según tus preferencias */ - min-height: 10px; /* Ajusta la altura según tus preferencias */ + min-width: 80px; + min-height: 10px; border-radius: 5px; background-color: black; } #backlight-slider highlight { - min-width: 10px; /* Ajusta el ancho según tus preferencias */ + min-width: 10px; border-radius: 5px; background-color: wheat; } |
