Change Terminal from Kitty to Alacritty

- Change default terminal to alacritty
- Add xmonad logout keybinding back instead of killing process
- Change top screen border gap to 15
- Change filesystem and updates module intervals to 15 minutes
This commit is contained in:
Sravan Balaji
2021-05-17 19:47:32 -04:00
parent a6d1175a5a
commit 0b3d2cb30e
3 changed files with 23 additions and 20 deletions

View File

@@ -74,10 +74,10 @@ battery = 30
cpu = 1
date = 1
time = 1
filesystem = 60
filesystem = 900
memory = 1
pulseaudio = 5
updates = 600
updates = 900
media-playing = 1
dunst-notification-status = 1
@@ -563,7 +563,7 @@ interval = ${intervals.cpu}
; <bar-load>
; <ramp-load>
; <ramp-coreload>
format = %{A3:kitty -e bpytop &:} <label> %{A}
format = %{A3:alacritty -e bpytop &:} <label> %{A}
; Available tokens:
; %percentage% (default) - total cpu load averaged over all cores
@@ -712,7 +712,7 @@ interval = ${intervals.memory}
; <bar-swap-free>
; <ramp-swap-used>
; <ramp-swap-free>
format = %{A3:kitty -e bpytop &:} <label> %{A}
format = %{A3:alacritty -e bpytop &:} <label> %{A}
; Available tokens:
; %percentage_used% (default)
@@ -859,7 +859,7 @@ label-foreground = ${colors.updates}
; "click-(left|middle|right)" will be executed using "/bin/sh -c [command]"
; click-left = echo left %counter%
; click-middle = echo middle %counter%
click-right = kitty --hold -e paru -Syu &
click-right = alacritty --hold -e paru -Syu &
; double-click-left = echo double left %counter%
; double-click-middle = echo double middle %counter%
; double-click-right = echo double right %counter%