update dotfiles

This commit is contained in:
piccihud 2023-09-17 10:14:28 +02:00
parent 80c18947a3
commit d7d5239931
3 changed files with 5 additions and 5 deletions

View File

@ -3,6 +3,6 @@ ext ogv|mp3|mp4|avi|mkv|ogg|mov = mpv "$@"
ext pdf= firefox-esr "$@"
ext epub = foliate "$@"
#ext png|jpg = feh "$@"
ext png|jpg = ristretto "$@"
ext png|jpg|jpeg = ristretto "$@"
ext cb[zr] = zathura "$@"
ext html = firefox-esr "$@"

View File

@ -16,7 +16,7 @@ set $volume_mute $(pactl set-sink-mute @DEFAULT_SINK@ toggle && pactl get-sink-m
set $mic_mute $(pactl set-source-mute @DEFAULT_SOURCE@ toggle && pactl get-source-mute @DEFAULT_SOURCE@ | sed -En "/no/ s/.*/$($source_volume)/p; /yes/ s/.*/0/p")
# Your preferred terminal emulators
set $term-float alacritty
set $term-float kitty
# Your preferred application launcher
# Note: pass the final command to swaymsg so that the resulting window can be opened
@ -27,7 +27,7 @@ set $powermenu ~/.config/waybar/scripts/power-menu.sh
### Idle configuration
exec swayidle -w\
timeout 1070 'swaylock -f -C ~/.config/swaylock/config'\
timeout 300 'swaylock -f -C ~/.config/swaylock/config'\
timeout 770 'swaymsg "output * power off"' \
resume 'swaymsg "output * power on"' \
before-sleep 'swaylock -C ~/.config/swaylock/config'

View File

@ -40,7 +40,7 @@
"disk": {
"interval": 30,
"format": "{used} used on {path} ({percentage_used}%)",
"format": "{used} used on {path} ({percentage_used}%) | ",
},
"idle_inhibitor": {
@ -120,7 +120,7 @@
"network": {
"interval": 5,
"format-wifi": "SSID: {essid} ({signalStrength}%)", // Icon: wifi
"format-wifi": "SSID: {essid} ({signalStrength}%) | ", // Icon: wifi
"format-ethernet": " {ifname}: {ipaddr}/{cidr}", // Icon: ethernet
"format-disconnected": "⚠ Disconnected",
"tooltip-format": "{ifname}: {ipaddr}",