ezpc bar has needed components

This commit is contained in:
notgne2 2025-10-15 04:52:15 -07:00
parent b7bb2c58ed
commit 9d6facc2fb
No known key found for this signature in database

View file

@ -143,7 +143,7 @@ in {
# else ":"
# } /tmp/clipup | wl-copy && ${pkgs.libnotify}/bin/notify-send 'Clipboard uploaded!'"
"$mod, c, exec, ${config.services.cliphost.package}/bin/cliphist list | rofi -dmenu | cliphist decode | wl-copy"
"$mod, c, exec, ${config.services.cliphist.package}/bin/cliphist list | rofi -dmenu | cliphist decode | wl-copy"
"$mod, minus, exec, volumectl -u down"
"$mod, equal, exec, volumectl -u up"
@ -234,6 +234,13 @@ in {
programs.ashell = {
enable = true;
systemd.enable = true;
settings = {
modules = {
left = ["Workspaces" "WindowTitle"];
center = ["MediaPlayer"];
right = ["SystemInfo" ["Clock" "Privacy" "Settings"]];
};
};
};
programs.librewolf.enable = true;