changes: bin

fastfetch
hypr
kitty
waybar
zsh
This commit is contained in:
Ayush Dumasia 2025-04-10 11:20:02 +05:30
parent 2c9314f736
commit 23780e6a98
13 changed files with 91 additions and 939 deletions

View file

@ -53,7 +53,7 @@ decoration {
dim_special = 0.2
rounding = 6
active_opacity = 0.95
active_opacity = 1
inactive_opacity = 0.75
shadow {
@ -188,13 +188,13 @@ bind = Ctrl_Shift, Tab, exec, $terminal $taskManager
#ColorPicker
bind = $mainMod, C, exec, $colorpicker -a
bind = $mainMod, I, exec, kitty -e /home/arcadian/SideProjects/Scripts/sync/selectWallpaper.sh
bind = $mainMod, I, exec, kitty -e /home/arcadian/SideProjects/dotsh/mics/select-wallpaper.sh
bind = $mainMod, M, exec, ~/.config/rofi/clipboard/launcher.sh
#Volume Control
binde = , xf86audioraisevolume, exec, pamixer -i 2 && dunstify -h int:value:"$(pamixer --get-volume)" -i ~/.config/dunst/assets/volume.svg -t 500 -r 2593 "Volume: $(pamixer --get-volume) %"
binde = , xf86audiolowervolume, exec, pamixer -d 2 && dunstify -h int:value:"$(pamixer --get-volume)" -i ~/.config/dunst/assets/volume.svg -t 500 -r 2593 "Volume: $(pamixer --get-volume) %"
binde = , xf86audioraisevolume, exec, pamixer -i 2 && ~/.local/bin/volume.sh
binde = , xf86audiolowervolume, exec, pamixer -d 2 && ~/.local/bin/volume.sh
binde = , xf86AudioMute, exec, pamixer -t && dunstify -i ~/.config/dunst/assets/$(pamixer --get-mute | grep -q "true" && echo "volume-mute.svg" || echo "volume.svg") -t 500 -r 2593 "Toggle Mute"
@ -205,8 +205,8 @@ bindl = , XF86AudioNext, exec, playerctl next
#Brightness Control
binde = , XF86MonBrightnessDown,exec,brillo -q -U 5 && dunstify -h int:value:"$(( ($(cat /sys/class/backlight/*/brightness) * 100) / $(cat /sys/class/backlight/*/max_brightness) ))" -i ~/.config/dunst/assets/brightness.svg -t 500 -r 2593 "Brightness: $(( ($(cat /sys/class/backlight/*/brightness) * 100) / $(cat /sys/class/backlight/*/max_brightness) ))%"
binde = , XF86MonBrightnessUp,exec,brillo -q -A 5 && dunstify -h int:value:"$(( ($(cat /sys/class/backlight/*/brightness) * 100) / $(cat /sys/class/backlight/*/max_brightness) ))" -i ~/.config/dunst/assets/brightness.svg -t 500 -r 2593 "Brightness: $(( ($(cat /sys/class/backlight/*/brightness) * 100) / $(cat /sys/class/backlight/*/max_brightness) ))%"
binde = , XF86MonBrightnessDown,exec,brightnessctl set 2%- && ~/.local/bin/brightness.sh
binde = , XF86MonBrightnessUp,exec,brightnessctl set +2% && ~/.local/bin/brightness.sh
bind = $mainMod_Shift, l, exec, hyprlock