diff --git a/sway/idle.yaml b/sway/idle.yaml index e0ca9b5..9a650ed 100644 --- a/sway/idle.yaml +++ b/sway/idle.yaml @@ -9,18 +9,14 @@ timeouts: # locking_timeout - timeout: 1200 command: swaymsg exec \$locking - # keyboard_timeout - - timeout: 1200 - command: /usr/share/sway/scripts/keyboard-backlight-switch.sh off - resume: /usr/share/sway/scripts/keyboard-backlight-switch.sh on # screen_timeout - timeout: 2400 command: swaymsg "output * power off" resume: swaymsg "output * power on" # dpms_timeout - - timeout: 2400 - command: swaymsg "output * dpms off" - resume: swaymsg "output * dpms on" + # - timeout: 3600 + # command: swaymsg "output * dpms off" + # resume: swaymsg "output * dpms on" # sleep_timeout_bat # - timeout: 900 # command: acpi --ac-adapter | grep -v 'on-line' && systemctl sleep diff --git a/waybar/config.jsonc b/waybar/config.jsonc index dded079..2baae9c 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -1,3 +1,4 @@ +// MAYBE add kubernetes status { // Basic config "layer": "bottom",