diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-27 10:56:41 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-27 10:56:41 +0530 | 
| commit | ab36eaacf82a4462cad015c970195e0116916495 (patch) | |
| tree | daae8c01707e27f3892ff15e8bdcb6145ef24127 /config/waybar/style.css | |
| parent | 95f1b2f7cb344c875f4b967da0f19df3d707030c (diff) | |
dwl
Diffstat (limited to 'config/waybar/style.css')
| -rw-r--r-- | config/waybar/style.css | 40 | 
1 files changed, 29 insertions, 11 deletions
| diff --git a/config/waybar/style.css b/config/waybar/style.css index ba5c6d8..12e99c4 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -1,10 +1,4 @@ -/* ----------------------------------------------------------------------------- - * Styles - * -------------------------------------------------------------------------- */ -  /* COLORS */ - -/* Nord */  @define-color bg #191919;  @define-color light #212121; @@ -26,6 +20,30 @@ window#waybar {      border: 2px solid #191919;  } +#window { +    margin: 6px 6px 6px 0px; +    padding: 2px 8px; +    color: #9b9b9b +} + +#tags { +    margin: 6px; +    background: #212121; +    color: #9b9b9b +} + +#tags button, #tags button:hover { +  padding: 2px 12px; +  background: #212121; +  color: #9b9b9b +} + +#tags button.focused { +  padding: 2px 12px; +  background: #9b9b9b; +  color: #212121; +} +  /* Each module */  #clock,  #taskbar button, @@ -45,8 +63,8 @@ window#waybar {      padding: 0 6px;  } -#window { -    margin-right: 40px; -    margin-left: 40px; -    font-weight: normal; -} +/* #window { */ +/*     margin-right: 40px; */ +/*     margin-left: 40px; */ +/*     font-weight: normal; */ +/* } */ | 
