Skip to content

Commit

Permalink
feat: new waybar
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Jan 2, 2025
1 parent 9b2884d commit c5f5364
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions user/wrapped/waybar/style.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ in
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.68);
}
#workspaces button:hover {
color: #${theme.text};
};
#workspaces button.urgent {
color: #${theme.regular.red};
}
Expand Down
1 change: 1 addition & 0 deletions user/wrapped/waybar/waybar-conf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
on-click = "${pkgs.killall}/bin/killall pavucontrol || ${pkgs.pavucontrol}/bin/pavucontrol";
format = "{icon} {volume}%";
format-muted = "󰝟 ";
format-bluetooth = "󰂯";
format-icons = {
default = ["" "" " "];
};
Expand Down

0 comments on commit c5f5364

Please sign in to comment.