Browse Source

refer to my previous commit message

pull/37/head
JaKooLit 2 years ago
parent
commit
816475928f
  1. 2
      config/hypr/configs/Execs.conf
  2. 2
      config/hypr/scripts/Brightness.sh
  3. 6
      config/hypr/scripts/Volume.sh
  4. 2
      config/hypr/scripts/WallpaperRandom.sh

2
config/hypr/configs/Execs.conf

@ -10,7 +10,7 @@ exec-once = $HOME/.config/hypr/initial-boot.sh
# wallpaper stuff # wallpaper stuff
exec-once = swww query || swww init exec-once = swww query || swww init
exec-once = $SwwwRandom $WallpaperPath # random wallpaper switcher every 5 minutes exec-once = $SwwwRandom $WallpaperPath # random wallpaper switcher every 15 minutes
#exec-once = swww query || swww init && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper #exec-once = swww query || swww init && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper
# Startup # Startup

2
config/hypr/scripts/Brightness.sh

@ -26,7 +26,7 @@ get_icon() {
# Notify # Notify
notify_user() { notify_user() {
notify-send -h string:x-dunst-stack-tag:brightness_notif -h int:value:$current -u low -i "$icon" "Brightness : $current%" dunstify -h string:x-dunst-stack-tag:brightness_notif -h int:value:$current -u low -i "$icon" "Brightness : $current%"
} }
# Change brightness # Change brightness

6
config/hypr/scripts/Volume.sh

@ -24,8 +24,7 @@ get_icon() {
# Notify # Notify
notify_user() { notify_user() {
# notify-send -h string:x-canonical-private-synchronous:sys-notify -u normal -i "$(get_icon)" "Volume : $(get_volume) %" dunstify -h int:value:$(get_volume) -h "string:x-dunst-stack-tag:volume_notif" -u low -i "$(get_icon)" "Volume : $(get_volume) %"
notify-send -h int:value:$(get_volume) -h "string:x-dunst-stack-tag:volume_notif" -u low -i "$(get_icon)" "Volume : $(get_volume) %"
} }
@ -71,8 +70,7 @@ get_mic_icon() {
} }
# Notify # Notify
notify_mic_user() { notify_mic_user() {
# notify-send -h string:x-canonical-private-synchronous:sys-notify -u low -i "$(get_mic_icon)" "Mic-Level : $(pamixer --default-source --get-volume) %" dunstify -h int:value:$(pamixer --default-source --get-volume) -h "string:x-dunst-stack-tag:volume_notif" -u low -i "$(get_mic_icon)" "Mic-Level : $(pamixer --default-source --get-volume) %"
notify-send -h int:value:$(pamixer --default-source --get-volume) -h "string:x-dunst-stack-tag:volume_notif" -u low -i "$(get_mic_icon)" "Mic-Level : $(pamixer --default-source --get-volume) %"
} }
# Increase MIC Volume # Increase MIC Volume

2
config/hypr/scripts/WallpaperRandom.sh

@ -21,7 +21,7 @@ export SWWW_TRANSITION_STEP=2
export SWWW_TRANSITION_TYPE=random export SWWW_TRANSITION_TYPE=random
# This controls (in seconds) when to switch to the next image # This controls (in seconds) when to switch to the next image
INTERVAL=600 INTERVAL=900
while true; do while true; do
find "$1" \ find "$1" \

Loading…
Cancel
Save