diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-20 01:45:26 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-20 01:45:26 +0900 |
| commit | 0492d4194c1be52c843590ada97f0422fd0ade2b (patch) | |
| tree | 8b66d6dfa0b36068dad51860b107cbd29e9bd9df /config | |
| parent | e7d58b389fb5bf24d4e0b70b02ddf6d98fa2b401 (diff) | |
updated rose pine
Diffstat (limited to 'config')
| -rw-r--r-- | config/waybar/style/Rose-Pine.css | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/config/waybar/style/Rose-Pine.css b/config/waybar/style/Rose-Pine.css index 22b24c3f..4e971a3d 100644 --- a/config/waybar/style/Rose-Pine.css +++ b/config/waybar/style/Rose-Pine.css @@ -17,7 +17,7 @@ font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; margin-top: 1px; margin-bottom: 1px; - border-radius: 10px; + border-radius: 12px; } window#waybar { @@ -146,10 +146,20 @@ tooltip { background: @main-bg; opacity: 1; margin: 4px 0px 4px 0px; - padding-left: 4px; - padding-right: 4px; + padding-top: 2px; + padding-bottom: 2px; + padding-left: 6px; + padding-right: 6px; } #temperature.critical { background-color: @red; } + +#group-motherboard, +#group-laptop, +#group-audio { + color: @main-fg; + background-color: @main-bg; +} + |
