Add more swaynag themes
diff --git a/src/apps/personal/sway.nix b/src/apps/personal/sway.nix
index 11bba9e..5addcbb 100644
--- a/src/apps/personal/sway.nix
+++ b/src/apps/personal/sway.nix
@@ -98,8 +98,26 @@
warning = {
background = "#ffffff99";
border-bottom = "#00000000";
+ button-background = "#ffff00";
+ };
+
+ error = {
+ background = "#ffffff99";
+ border-bottom = "#00000000";
button-background = "#ff0000";
};
+
+ green = {
+ background = "#ffffff99";
+ border-bottom = "#00000000";
+ button-background = "#00ff00";
+ };
+
+ blue = {
+ background = "#ffffff99";
+ border-bottom = "#00000000";
+ button-background = "#0000ff";
+ };
};
};