mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update i3(add i3blocks), bspwm, nvim, tmux, ranger, zsh
This commit is contained in:
parent
53d009b671
commit
5374db696a
11 changed files with 137 additions and 33 deletions
31
config/i3/i3blocks
Normal file
31
config/i3/i3blocks
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
separator=true
|
||||
separator_block_width=15
|
||||
|
||||
[keyboard]
|
||||
command=$HOME/.script/kblayout
|
||||
label=
|
||||
interval=repeat
|
||||
|
||||
[volume]
|
||||
command=$HOME/.script/volume
|
||||
interval=repeat
|
||||
label=
|
||||
signal=10
|
||||
|
||||
[weather]
|
||||
command=python $HOME/.config/polybar/scripts/weather.py
|
||||
interval=10
|
||||
|
||||
[wiki-signal]
|
||||
command=$HOME/.config/polybar/scripts/wifi-signal.sh
|
||||
label=
|
||||
interval=5
|
||||
|
||||
[updates-arch]
|
||||
command=$HOME/.config/polybar/scripts/updates-pacman-aur.sh
|
||||
interval=60
|
||||
|
||||
[time]
|
||||
command=date +%H:%M
|
||||
label=
|
||||
interval=60
|
||||
Loading…
Add table
Add a link
Reference in a new issue