diff options
| author | Fuwn <[email protected]> | 2024-09-04 02:52:39 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-04 02:52:39 -0700 |
| commit | 79b6096b9d5e1fbee37d326d98eefd144ac2670f (patch) | |
| tree | 5be70492d911f8fc9c7c3123d0aee67aa601804b /home/ebisu/fortune/desktop/waybar/style.css | |
| parent | ok (diff) | |
| download | nixos-config-79b6096b9d5e1fbee37d326d98eefd144ac2670f.tar.xz nixos-config-79b6096b9d5e1fbee37d326d98eefd144ac2670f.zip | |
styles
Diffstat (limited to 'home/ebisu/fortune/desktop/waybar/style.css')
| -rw-r--r-- | home/ebisu/fortune/desktop/waybar/style.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/home/ebisu/fortune/desktop/waybar/style.css b/home/ebisu/fortune/desktop/waybar/style.css index 121c792..b7e7f48 100644 --- a/home/ebisu/fortune/desktop/waybar/style.css +++ b/home/ebisu/fortune/desktop/waybar/style.css @@ -44,8 +44,9 @@ window#waybar { #custom-PBPbattery { /* padding: 0.25rem 0.75rem; */ /* margin: 10px 5px 0px 0; */ - padding: 5px 15px; - margin: 10px 1rem 0px 0; + /* padding: 6px 11.31px; */ /* 6 + (3 * (16 / 9)) */ + padding: 5px 10px; + margin: 10px 10px 0px 0; background-color: @background; border-radius: 10px; /* 9 */ color: @foreground; @@ -102,6 +103,7 @@ window#custom-media.empty #window { border-bottom-left-radius: 0; margin-left: 0; padding-left: 0.5rem; + margin-right: 0; } #bluetooth { |