add kanshi
This commit is contained in:
parent
1a455fdc80
commit
9774e55719
3 changed files with 19 additions and 3 deletions
|
@ -34,11 +34,19 @@ cycle = [ 100, 50, 10 ]
|
|||
[[block]]
|
||||
block = "net"
|
||||
device = "wlan0"
|
||||
format = " $icon $ssid $signal_strength "
|
||||
format = " $icon {$ssid $signal_strength $frequency|} "
|
||||
# format = " $icon {$ssid $signal_strength $ip $ipv6|} "
|
||||
|
||||
[[block]]
|
||||
block = "net"
|
||||
device = "enp1s0f0"
|
||||
format = " $icon{ | $ip $ipv6 }"
|
||||
|
||||
## TODO patch upstream
|
||||
# [[block]]
|
||||
# block = "net"
|
||||
# device = "wg-mullvad"
|
||||
# format = " $device "
|
||||
|
||||
[[block]]
|
||||
block = "memory"
|
||||
|
@ -46,11 +54,11 @@ format = " $icon $mem_used_percents "
|
|||
|
||||
[[block]]
|
||||
block = "cpu"
|
||||
format = " $icon $frequency $barchart "# $utilization"
|
||||
format = " $icon $frequency $barchart $utilization "
|
||||
|
||||
[[block]]
|
||||
block = "load"
|
||||
format = " $1m $5m $15m "
|
||||
format = " $1m.eng(w:4) $5m.eng(w:4) $15m.eng(w:4) "
|
||||
|
||||
[[block]]
|
||||
block = "sound"
|
||||
|
|
7
sway/.config/kanshi/config
Normal file
7
sway/.config/kanshi/config
Normal file
|
@ -0,0 +1,7 @@
|
|||
profile {
|
||||
output eDP-1 enable
|
||||
}
|
||||
profile {
|
||||
output eDP-1 disable
|
||||
output DP-9 enable
|
||||
}
|
|
@ -306,6 +306,7 @@ exec nextcloud --background
|
|||
exec iwgtk -i
|
||||
exec blueman-applet
|
||||
exec wlsunset -l 52 -L 5
|
||||
exec kanshi
|
||||
|
||||
# window rules
|
||||
# floating
|
||||
|
|
Loading…
Add table
Reference in a new issue