mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update nvim, add remove polybar from i3wm
This commit is contained in:
parent
3ebe332854
commit
9b2871dd65
5 changed files with 67 additions and 36 deletions
39
config/i3/i3status-rs.toml
Normal file
39
config/i3/i3status-rs.toml
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
theme = "native"
|
||||
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"
|
||||
interval = 0
|
||||
command = """
|
||||
case "$(xkblayout)" in
|
||||
Eng) echo "us" ;;
|
||||
Ukr) echo "ua" ;;
|
||||
esac"""
|
||||
|
||||
### Date && time
|
||||
[[block]]
|
||||
block = "time"
|
||||
interval = 60
|
||||
format = "%H:%M"
|
||||
Loading…
Add table
Add a link
Reference in a new issue