From 21467bb110c71e3d39ed1d37607b7bcd0ea417c0 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sat, 26 Feb 2022 16:41:06 -0500 Subject: 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 --- .config/i3blocks/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/i3blocks') 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 -- cgit v1.2.3