Update i3, bspwm config, add screenhot for bspwm

This commit is contained in:
Smirnov Olexandr 2021-02-24 15:56:14 +02:00
parent 5374db696a
commit b11c53f634
13 changed files with 102 additions and 159 deletions

View file

@ -1,39 +1,21 @@
theme = "native"
icons = "awesome5"
#icons = "awesome5"
### CPU load
[[block]]
block = "cpu"
interval = 5
### Blacklight
[[block]]
block = "backlight"
device = "intel_backlight"
### Volume
[[block]]
block = "sound"
step_width = 2
### WiFi signal
#[[block]]
#block = "custom"
#command = "cat /proc/net/wireless | grep \"wlp3s0\" | awk '{print $4}' | grep -o '[0-9]*'"
#interval = 10
### Keyboard layout
[[block]]
block = "custom"
command = "~/.script/kblayout"
interval = 0
command = """
case "$(xkblayout)" in
Eng) echo "us" ;;
Ukr) echo "ua" ;;
esac"""
### Date && time
[[block]]
block = "sound"
[[block]]
block = "net"
device = "wlp3s0"
format = "{signal_strength}"
interval = 4
[[block]]
block = "time"
interval = 60
format = "%H:%M"
format = "%R"