diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-10-24 00:24:00 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-10-24 00:24:00 +0900 |
| commit | ef7add298fd913b0facca5f72e02fed49a041d89 (patch) | |
| tree | bd217958cd02c47d1caa9f501ef2ad90a7a3db57 /config/waybar/style/style-simple.css | |
| parent | 18c565a068ac463f6d6ec7aade8d61391dca6c54 (diff) | |
lots of fixes
Diffstat (limited to 'config/waybar/style/style-simple.css')
| -rw-r--r-- | config/waybar/style/style-simple.css | 94 |
1 files changed, 47 insertions, 47 deletions
diff --git a/config/waybar/style/style-simple.css b/config/waybar/style/style-simple.css index e40f0b95..80c6441b 100644 --- a/config/waybar/style/style-simple.css +++ b/config/waybar/style/style-simple.css @@ -1,83 +1,83 @@ *{ - font-family: "JetBrainsMono Nerd Font"; - font-weight: bold; - min-height: 0; - /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ - font-size: 98%; - font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; - padding: 0px; - margin-top: 1px; - margin-bottom: 1px; - } - - window#waybar { +font-family: "JetBrainsMono Nerd Font"; +font-weight: bold; +min-height: 0; +/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ +font-size: 98%; +font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; +padding: 0px; +margin-top: 1px; +margin-bottom: 1px; +} + +window#waybar { background: rgba(0, 0, 0, 0.7); border-radius: 10px; - } - window#waybar.empty { +} +window#waybar.empty { background-color: transparent; } - window#waybar.empty #window { +window#waybar.empty #window { padding: 0px; margin: 0px; border: 0px; /* background-color: rgba(66,66,66,0.5); */ /* transparent */ - background-color: transparent; + background-color: transparent; } - #custom-menu, #workspaces { +#custom-menu, #workspaces { border-radius: 10px; /*background-color: #11111b;*/ color: #b4befe; margin-right: 15px; padding-left: 10px; padding-right: 10px; - } - - #workspaces button { +} + +#workspaces button { /*background: #11111b;*/ color: #b4befe; - } - - - #clock, #backlight, #pulseaudio, #bluetooth, #network, #battery { +} + + +#clock, #backlight, #pulseaudio, #bluetooth, #network, #battery { border-radius: 10px; /*background-color: #11111b;*/ color: #cdd6f4; padding-left: 10px; padding-right: 10px; margin-right: 15px; - } - - #backlight, #bluetooth { +} + +#backlight, #bluetooth { border-top-right-radius: 0; border-bottom-right-radius: 0; padding-right: 5px; margin-right: 0 - } - - #pulseaudio, #network { +} + +#pulseaudio, #network { border-top-left-radius: 0; border-bottom-left-radius: 0; padding-left: 5px; - } - - #clock, #custom-light_dark { +} + +#clock, #custom-light_dark { margin-right: 0; - } - - @keyframes blink { +} + +@keyframes blink { to { color: #000000; } - } - - #battery.critical:not(.charging) { - background-color: #f38ba8; - color: #f38ba8; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; - }
\ No newline at end of file +} + +#battery.critical:not(.charging) { + background-color: #f38ba8; + color: #f38ba8; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +}
\ No newline at end of file |
