diff options
author | Adam T. Carpenter <atc@53hor.net> | 2022-02-26 16:41:06 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2022-02-26 16:41:06 -0500 |
commit | 21467bb110c71e3d39ed1d37607b7bcd0ea417c0 (patch) | |
tree | c42d0fac5eea2ffcdef13c221efa312324cc3a9d /.config/i3blocks/config | |
parent | 71faf889b520c81ce32f2a3088e39e6a8b6e7e33 (diff) | |
download | dotfiles-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/config | 3 |
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 |