1
0
Fork 0

move all shell scripts from $HOME/.config/* under $HOME/.local/scripts/*

This commit is contained in:
Pratham Patel 2023-06-11 23:20:22 +05:30
parent e16b536c08
commit 2aa33b5ad9
8 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
$HOME/.config/feh/fehbg &
$HOME/.config/polybar/launch.sh &
$HOME/.local/scripts/window-manager/launch-polybar.sh &
bspc monitor -d work virtualization bg-apps other extra extraa

View File

@ -167,7 +167,7 @@ format-underline = #0a6cf5
[module/mpv]
type = custom/script
exec = $HOME/.config/polybar/mods/module_mpv.sh
exec = $HOME/.local/scripts/window-manager/polybar-mpv.sh
label-foreground = #FFA500
interval = 1
@ -208,7 +208,7 @@ menu-2-1 = "Cancel "
menu-2-1-exec = menu-open-0
menu-3-0 = "Suspend"
menu-3-0-exec = $HOME/.config/polybar/mods/module_suspend_script.sh
menu-3-0-exec = $HOME/.local/scripts/window-manager/lock-and-suspend.sh
menu-3-1 = "Cancel "
menu-3-1-exec = menu-open-0

View File

@ -11,7 +11,7 @@ super + {Return,b,v}
# p to reload/relaunch polybar
# Escape to turn screen off and lock the computer
super + shift + {w,p,Escape}
{bash $HOME/.config/feh/fehbg &,bash $HOME/.config/polybar/launch.sh &,bash $HOME/.config/sxhkd/mods/module_lock_script.sh}
{bash $HOME/.config/feh/fehbg &,bash $HOME/.local/scripts/window-manager/launch-polybar.sh &,bash $HOME/.local/scripts/window-manager/lock-screen.sh}
# c to reload config
# q to quit selected window

View File

@ -112,7 +112,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
if [[ "$MACHINE_HOSTNAME" == "flameboi" || "$MACHINE_HOSTNAME" == "vasudev" || "$MACHINE_HOSTNAME" == "rustyvm" ]]; then
alias suslock="$HOME/.config/polybar/mods/module_suspend_script.sh"
alias suslock="$HOME/.local/scripts/window-manager/lock-and-suspend.sh"
alias drivetemp="hdparm -CH /dev/sda /dev/sdb /dev/sdc /dev/sdd"
alias paru="LESS=SRX paru"
alias undeb="dpkg-deb -xv"