This commit is contained in:
Hadi
2024-05-17 14:44:56 +02:00
parent cc1efb2588
commit 5fe726fd20
6 changed files with 55 additions and 53 deletions

View File

@@ -1,8 +1,7 @@
{ pkgs, config, ... }:
{ pkgs, ... }:
let
homedir = config.home.homeDirectory;
# TODO: Broken - hypshot not working (jq error)
screenshot = pkgs.writeShellScriptBin "screenshot" ''
if [[ $2 == "swappy" ]];then
folder="/tmp"

View File

@@ -37,7 +37,7 @@ let
[[ ${toString variable.enableNextcloud} == "1" ]] && nextcloud-watch &
system-notif &
notify-system &
${pkgs.waybar}/bin/waybar &
'';

View File

@@ -10,7 +10,7 @@ let
done
}
minute &
minute
'';
battery-plugged = pkgs.writeShellScriptBin "battery-plugged" ''