Browse Source

moving of Sounds.sh from UserScripts to scripts.

pull/224/head
JaKooLit 2 years ago
parent
commit
5b40716ab9
  1. 2
      config/hypr/scripts/ScreenShot.sh
  2. 1
      config/hypr/scripts/Sounds.sh
  3. 2
      config/hypr/scripts/Volume.sh

2
config/hypr/scripts/ScreenShot.sh

@ -3,7 +3,7 @@
# Screenshots scripts # Screenshots scripts
iDIR="$HOME/.config/swaync/icons" iDIR="$HOME/.config/swaync/icons"
sDIR="$HOME/.config/hypr/UserScripts" sDIR="$HOME/.config/hypr/scripts"
notify_cmd_shot="notify-send -h string:x-canonical-private-synchronous:shot-notify -u low -i ${iDIR}/picture.png" notify_cmd_shot="notify-send -h string:x-canonical-private-synchronous:shot-notify -u low -i ${iDIR}/picture.png"
time=$(date "+%d-%b_%H-%M-%S") time=$(date "+%d-%b_%H-%M-%S")

1
config/hypr/UserScripts/Sounds.sh → config/hypr/scripts/Sounds.sh

@ -1,6 +1,7 @@
#!/bin/bash #!/bin/bash
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ##
# This script is used to play system sounds. # This script is used to play system sounds.
# Script is used by Volume.Sh and ScreenShots.sh
theme="freedesktop" # Set the theme for the system sounds. theme="freedesktop" # Set the theme for the system sounds.
mute=false # Set to true to mute the system sounds. mute=false # Set to true to mute the system sounds.

2
config/hypr/scripts/Volume.sh

@ -3,7 +3,7 @@
# Scripts for volume controls for audio and mic # Scripts for volume controls for audio and mic
iDIR="$HOME/.config/swaync/icons" iDIR="$HOME/.config/swaync/icons"
sDIR="$HOME/.config/hypr/UserScripts" sDIR="$HOME/.config/hypr/scripts"
# Get Volume # Get Volume
get_volume() { get_volume() {

Loading…
Cancel
Save