diff --git a/home-manager/waybar.nix b/home-manager/waybar.nix
index d77349e..2e43a54 100644
--- a/home-manager/waybar.nix
+++ b/home-manager/waybar.nix
@@ -13,9 +13,9 @@
"DP-2"
"DP-3"
];
- modules-left = [ "wlr/workspaces" "wlr/mode" "wlr/taskbar" ];
+ modules-left = [ "wlr/taskbar" ];
modules-center = [ "clock" "custom/swaync" ];
- modules-right = [ "idle_inhibitor" "pulseaudio" "backlight" "battery" "tray" ];
+ modules-right = [ "pulseaudio" "backlight" "battery" "tray" ];
"clock" = {
"format" = "{:%A %d %b %T}";
# "tooltip" = true;
@@ -26,14 +26,14 @@
"tooltip" = false;
"format"= "{icon} {}";
"format-icons" = {
- "notification" = "aa";
- "none" = "a";
- "dnd-notification" = "aa";
- "dnd-none" = "a";
- "inhibited-notification" = "aa";
- "inhibited-none" = "a";
- "dnd-inhibited-notification" = "aa";
- "dnd-inhibited-none" = "a";
+ "notification" = "🔔🔔";
+ "none" = "🔔";
+ "dnd-notification" = "🔔🔔";
+ "dnd-none" = "🔔";
+ "inhibited-notification" = "🔔🔔";
+ "inhibited-none" = "🔔";
+ "dnd-inhibited-notification" = "🔔🔔";
+ "dnd-inhibited-none" = "🔔";
};
"return-type" = "json";
"exec-if" = "which swaync-client";
@@ -45,8 +45,8 @@
};
};
style = ''
- #custom-swaync {
- padding: 5px;
+ .module {
+ margin: 0px 10px 0px 10px;
}
'';
};