fix: some small fixes, here and there
This commit is contained in:
parent
d051b99694
commit
537b517b3e
@ -32,7 +32,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
persist.state.directories = [
|
persist.state.directories = [
|
||||||
".config/mpv"
|
".local/state/mpv"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@ in
|
|||||||
bottom
|
bottom
|
||||||
fd
|
fd
|
||||||
file
|
file
|
||||||
|
jellyfin-mpv-shim
|
||||||
jq
|
jq
|
||||||
libqalculate
|
libqalculate
|
||||||
p7zip
|
p7zip
|
||||||
@ -42,9 +43,11 @@ in
|
|||||||
translate-shell
|
translate-shell
|
||||||
unrar
|
unrar
|
||||||
xarchiver
|
xarchiver
|
||||||
|
yt-dlp
|
||||||
];
|
];
|
||||||
|
|
||||||
persist.state.directories = [
|
persist.state.directories = [
|
||||||
|
".config/jellyfin-mpv-shim"
|
||||||
".config/qalculate"
|
".config/qalculate"
|
||||||
".config/qBittorrent"
|
".config/qBittorrent"
|
||||||
".config/qimgv"
|
".config/qimgv"
|
||||||
|
@ -171,8 +171,8 @@ in
|
|||||||
"$mod SHIFT,Y,exec,${execApp} ${yt-mpv} --no-video"
|
"$mod SHIFT,Y,exec,${execApp} ${yt-mpv} --no-video"
|
||||||
"$mod,print,exec,${execApp} grim $(xdg-user-dir PICTURES)/Screenshots/$(date +'%Y-%m-%d+%H:%M:%S').png && notify-send 'Screenshot Saved'"
|
"$mod,print,exec,${execApp} grim $(xdg-user-dir PICTURES)/Screenshots/$(date +'%Y-%m-%d+%H:%M:%S').png && notify-send 'Screenshot Saved'"
|
||||||
"$mod CTRL,print,exec,${execApp} grim - | wl-copy && notify-send 'Screenshot Copied to Clipboard'"
|
"$mod CTRL,print,exec,${execApp} grim - | wl-copy && notify-send 'Screenshot Copied to Clipboard'"
|
||||||
"$mod SHIFT,print,exec,${execApp} grim -g '$(slurp)' $(xdg-user-dir PICTURES)/Screenshots/$(date +'%Y-%m-%d+%H:%M:%S').png && notify-send 'Screenshot Saved'"
|
"$mod SHIFT,print,exec,${execApp} grim -g \"$(slurp)\" $(xdg-user-dir PICTURES)/Screenshots/$(date +'%Y-%m-%d+%H:%M:%S').png && notify-send 'Screenshot Saved'"
|
||||||
"$mod CTRLSHIFT,print,exec,${execApp} grim -g '$(slurp)' - | wl-copy && notify-send 'Screenshot Copied to Clipboard'"
|
"$mod CTRLSHIFT,print,exec,${execApp} grim -g \"$(slurp)\" - | wl-copy && notify-send 'Screenshot Copied to Clipboard'"
|
||||||
",xf86audioplay,exec,${execApp} mpris-ctl pp"
|
",xf86audioplay,exec,${execApp} mpris-ctl pp"
|
||||||
",xf86audionext,exec,${execApp} mpris-ctl next"
|
",xf86audionext,exec,${execApp} mpris-ctl next"
|
||||||
",xf86audioprev,exec,${execApp} mpris-ctl prev"
|
",xf86audioprev,exec,${execApp} mpris-ctl prev"
|
||||||
|
@ -28,7 +28,7 @@ in
|
|||||||
modules-left =
|
modules-left =
|
||||||
[
|
[
|
||||||
"hyprland/workspaces"
|
"hyprland/workspaces"
|
||||||
# "wireplumber"
|
"wireplumber"
|
||||||
]
|
]
|
||||||
++ lib.optionals cfg.laptopWidgets [
|
++ lib.optionals cfg.laptopWidgets [
|
||||||
"battery"
|
"battery"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user