ezpc bar has needed components
This commit is contained in:
parent
b7bb2c58ed
commit
9d6facc2fb
1 changed files with 8 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue