: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"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
script = pkgs.writeShellScriptBin "statusnotify" ''
|
||||
statusnotify = pkgs.writeShellScriptBin "statusnotify" ''
|
||||
DATE=$(date +%R)
|
||||
|
||||
upower -e | grep 'BAT' 2>&1 > /dev/null
|
||||
|
|
@ -84,5 +84,9 @@
|
|||
animate_mouse_windowdragging = false;
|
||||
vrr = 1;
|
||||
};
|
||||
|
||||
windowrulev2 = [
|
||||
"float, class:com.github.phase1geo.annotator"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue