update dotfiles
This commit is contained in:
parent
80c18947a3
commit
d7d5239931
|
@ -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 "$@"
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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}",
|
||||
|
|
Loading…
Reference in New Issue