commit | 3d9977b70483981b689cd13e1034fe24a8380c25 | [log] [tgz] |
---|---|---|
author | Skyler Turner <skyler@clicksminuteper.net> | Mon Mar 07 23:23:14 2022 +0000 |
committer | Skyler Turner <skyler@clicksminuteper.net> | Mon Mar 07 23:23:14 2022 +0000 |
tree | d7dc14c5c39279d4b4ff96381e52acf70af6eca7 | |
parent | 6222f752f821d5de2f32ffa7eb5d35fa9fe85704 [diff] [blame] |
Pad the button
diff --git a/src/apps/personal/sway.nix b/src/apps/personal/sway.nix index a7cd088..d4724b3 100644 --- a/src/apps/personal/sway.nix +++ b/src/apps/personal/sway.nix
@@ -91,13 +91,14 @@ background = "#ffffff99"; border-bottom = "#00000000"; button-background = "#ffffffcc"; + button-padding = 5; button-border-size = 0; }; warning = { background = "#ffffff99"; border-bottom = "#00000000"; - button-background = "#cccc00cc"; + button-background = "#ffdf00cc"; }; }; };