:Remvoed waybar; added screenshot utilities; updated todo;
This commit is contained in:
parent
f2222f56d8
commit
c4008e190f
8 changed files with 14 additions and 502 deletions
|
|
@ -25,6 +25,8 @@
|
|||
playerctl = appE pkgs.playerctl;
|
||||
brightnessctl = appE pkgs.brightnessctl;
|
||||
wpctl = app "${pkgs.wireplumber}/bin/wpctl";
|
||||
grimblast = appE pkgs.grimblast;
|
||||
annotator = appE pkgs.annotator;
|
||||
|
||||
pulsemixer = termappE pkgs.pulsemixer;
|
||||
bluetui = termappE pkgs.bluetui;
|
||||
|
|
@ -74,9 +76,12 @@ in {
|
|||
"$mod, B, exec, ${bluetui}"
|
||||
"$mod, N, exec, ${nmtui}"
|
||||
''
|
||||
$mod, S, exec, bash -c 'hyprctl notify -1 5000 "rgb(${base0D})" "$(${getExe (import ./status.nix {inherit pkgs;}).script})"'
|
||||
$mod, S, exec, bash -c 'hyprctl notify -1 5000 "rgb(${base0D})" "$(${getExe (import ./scripts.nix {inherit pkgs;}).statusnotify})"'
|
||||
''
|
||||
|
||||
"$mod, Print, exec, ${grimblast} copy area"
|
||||
", Print, exec, ${grimblast} save area - | ${annotator} -i"
|
||||
|
||||
"$mod, h, movefocus, l"
|
||||
"$mod, l, movefocus, r"
|
||||
"$mod, k, movefocus, u"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue