summaryrefslogtreecommitdiff
path: root/.config/i3blocks/config
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2022-02-26 16:41:06 -0500
committerAdam T. Carpenter <atc@53hor.net>2022-02-26 16:41:06 -0500
commit21467bb110c71e3d39ed1d37607b7bcd0ea417c0 (patch)
treec42d0fac5eea2ffcdef13c221efa312324cc3a9d /.config/i3blocks/config
parent71faf889b520c81ce32f2a3088e39e6a8b6e7e33 (diff)
downloaddotfiles-21467bb110c71e3d39ed1d37607b7bcd0ea417c0.tar.xz
dotfiles-21467bb110c71e3d39ed1d37607b7bcd0ea417c0.zip
misc
- update alacritty to remove deprecated transparency - update rofi config to follow new theme format - add official solarized theme for rofi - misc updates to xinitrc - misc updates to i3 config
Diffstat (limited to '.config/i3blocks/config')
-rw-r--r--.config/i3blocks/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/i3blocks/config b/.config/i3blocks/config
index 9d8a2cf..e976f59 100644
--- a/.config/i3blocks/config
+++ b/.config/i3blocks/config
@@ -44,7 +44,8 @@ command=vol=$(mixer vol|cut -d':' -f2) ; printf "󰕾 %.2d\n" $vol ; [ $vol -eq
[disk]
interval=60
-command=printf "󰋊 %s\n" $(df -hk /usr/home | cut -w -f5 | sed 1d)
+#command=printf "󰋊 %s\n" $(df -hk /usr/home | cut -w -f5 | sed 1d)
+command=printf "󰋊 %s\n" $(zpool list -H | cut -w -f8)
[memory]
interval=10