diff --git a/users/guanranwang/home-manager/applications/bspwm/default.nix b/users/guanranwang/home-manager/applications/bspwm/default.nix index e387d2d..e305cad 100644 --- a/users/guanranwang/home-manager/applications/bspwm/default.nix +++ b/users/guanranwang/home-manager/applications/bspwm/default.nix @@ -33,7 +33,7 @@ }; home.file.".xinitrc".text = '' - #!/bin/sh + #!/usr/bin/env bash userresources=$HOME/.Xresources usermodmap=$HOME/.Xmodmap diff --git a/users/guanranwang/nixos/profiles/device-type/desktop/home/scripts/bin/minecraft-inputfix b/users/guanranwang/nixos/profiles/device-type/desktop/home/scripts/bin/minecraft-inputfix index d65cf41..674f2e7 100755 --- a/users/guanranwang/nixos/profiles/device-type/desktop/home/scripts/bin/minecraft-inputfix +++ b/users/guanranwang/nixos/profiles/device-type/desktop/home/scripts/bin/minecraft-inputfix @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash ydotool key 20:1 20:0 # press t echo $(zenity --width 500 --entry) | wl-copy diff --git a/users/guanranwang/nixos/profiles/device-type/desktop/home/scripts/bin/wrapped-brightnessctl b/users/guanranwang/nixos/profiles/device-type/desktop/home/scripts/bin/wrapped-brightnessctl index a3a1180..669b1ac 100755 --- a/users/guanranwang/nixos/profiles/device-type/desktop/home/scripts/bin/wrapped-brightnessctl +++ b/users/guanranwang/nixos/profiles/device-type/desktop/home/scripts/bin/wrapped-brightnessctl @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # Original Script: https://github.com/ericmurphyxyz/dotfiles/blob/master/.local/bin/changebrightness diff --git a/users/guanranwang/nixos/profiles/device-type/desktop/home/scripts/bin/wrapped-mpvpaper b/users/guanranwang/nixos/profiles/device-type/desktop/home/scripts/bin/wrapped-mpvpaper index edd9fef..1eee055 100755 --- a/users/guanranwang/nixos/profiles/device-type/desktop/home/scripts/bin/wrapped-mpvpaper +++ b/users/guanranwang/nixos/profiles/device-type/desktop/home/scripts/bin/wrapped-mpvpaper @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # this is kinda dumb too diff --git a/users/guanranwang/nixos/profiles/device-type/desktop/home/scripts/bin/wrapped-pamixer b/users/guanranwang/nixos/profiles/device-type/desktop/home/scripts/bin/wrapped-pamixer index ed5c3d7..1218b53 100755 --- a/users/guanranwang/nixos/profiles/device-type/desktop/home/scripts/bin/wrapped-pamixer +++ b/users/guanranwang/nixos/profiles/device-type/desktop/home/scripts/bin/wrapped-pamixer @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # Original Script: https://github.com/ericmurphyxyz/dotfiles/blob/master/.local/bin/changebrightness diff --git a/users/guanranwang/nixos/profiles/device-type/desktop/home/scripts/bin/wrapped-swww b/users/guanranwang/nixos/profiles/device-type/desktop/home/scripts/bin/wrapped-swww index 5be06e3..bb50549 100755 --- a/users/guanranwang/nixos/profiles/device-type/desktop/home/scripts/bin/wrapped-swww +++ b/users/guanranwang/nixos/profiles/device-type/desktop/home/scripts/bin/wrapped-swww @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # fuck this is so dumb