added vscode settings
This commit is contained in:
parent
358503f857
commit
b66a71129e
17 changed files with 807 additions and 18 deletions
|
@ -7,7 +7,7 @@ while true; do
|
|||
currentPowerSetting=$(powerprofilesctl get)
|
||||
|
||||
if [ "$batteryLevel" -le "25" ] && [ "$batteryStatus" == "Discharging" ]; then
|
||||
notify-send -u critical -i ~/Stuff/scripts/battery-alert.svg "Low Battery" "25% battery remaining"
|
||||
notify-send -u critical -i ~/dotfiles/scripts/battery-alert.svg "Low Battery" "25% battery remaining"
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
@ -4,4 +4,5 @@ currentWallpaper=${currentWallpaper:8}
|
|||
configFile=${currentWallpaper: -5:1}
|
||||
configFile="/home/rafayahmad/.config/hypr/hyprlock/${configFile}.conf"
|
||||
export currentWallpaper
|
||||
echo "$configFile"
|
||||
hyprlock -c "$configFile"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue