diff options
author | eug-vs <eug-vs@keemail.me> | 2021-02-28 22:01:26 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-02-28 22:01:26 +0300 |
commit | c51b3ad04df0f5b9048c326ab39b060a2f5f4805 (patch) | |
tree | 4eff5ce2cca3af60f906950273814b886ecd76c9 /.config/i3blocks/i3blocks.conf | |
parent | f48df5d6d39e8e98e9ce43fb1359ebc335b09235 (diff) | |
download | dotfiles-c51b3ad04df0f5b9048c326ab39b060a2f5f4805.tar.gz |
feat(i3): upgrade i3-blocks
Diffstat (limited to '.config/i3blocks/i3blocks.conf')
-rw-r--r-- | .config/i3blocks/i3blocks.conf | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.config/i3blocks/i3blocks.conf b/.config/i3blocks/i3blocks.conf new file mode 100644 index 0000000..d87c4b2 --- /dev/null +++ b/.config/i3blocks/i3blocks.conf @@ -0,0 +1,32 @@ +markup=pango +separator=false +separator_block_width=25 + +[lang] +command=bash -c 'xkb-switch; xkb-switch -W' +interval=persist + +[volume] +command=~/.local/share/i3blocks-modules/volume +interval=1 + +[backlight] +command=~/.local/share/i3blocks-modules/backlight +interval=1 + +[wifi] +command=~/.local/share/i3blocks-modules/wifi -f ' {ssid}' +interval=5 + +[battery] +command=~/.local/share/i3blocks-modules/battery -f ' {percent}%' +interval=1 + +[date] +command=~/.local/share/i3blocks-modules/date -f " {time}" -t "%a, %d.%m.%Y" +interval=60 + +[time] +command=~/.local/share/i3blocks-modules/date -f " {time}" -t "%H:%M:%S" +interval=1 + |