diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2025-06-13 08:37:31 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2025-06-13 08:37:31 +0530 |
commit | 28ea0e3cbe1c0f980a05d6fb13a428bcab2ea1c5 (patch) | |
tree | b44f5301c4f60b1dae51a91e72b614996ee074ce /.config/i3blocks | |
parent | 311a468de08231c3dd2327473b79066a25e67462 (diff) |
Diffstat (limited to '.config/i3blocks')
-rw-r--r-- | .config/i3blocks/bar2 | 7 | ||||
-rw-r--r-- | .config/i3blocks/config | 5 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.config/i3blocks/bar2 b/.config/i3blocks/bar2 index 3bcfe48..575a78d 100644 --- a/.config/i3blocks/bar2 +++ b/.config/i3blocks/bar2 @@ -29,7 +29,7 @@ separator_block_width=60 [weather] separator=true separator_block_width=50 -command=i3weather 2 +command=i3weather info interval=1800 color=#A4C2F4 @@ -57,13 +57,14 @@ color=#A4C2F4 # command=echo " $(i3memory)" # interval=1 -[disk_nas] +[disk_root] label= -instance=/nas +instance=/ interval=30 command=disk_usage [disk-io] +separator=true separator_block_width=60 command=disk-io #command=$SCRIPT_DIR/disk-io -w 3 -M -P 0 diff --git a/.config/i3blocks/config b/.config/i3blocks/config index 96f2448..8b7838c 100644 --- a/.config/i3blocks/config +++ b/.config/i3blocks/config @@ -29,7 +29,7 @@ separator_block_width=35 [weather] separator=true separator_block_width=50 -command=i3weather 1 +command=i3weather cache interval=1800 color=#A4C2F4 @@ -59,8 +59,7 @@ interval=1 [datetime] separator=true -# command=case "$BLOCK_BUTTON" in 1) TERM=256colors clearx -n 'cal -y --color=always | less' ;; 2) $TERMINAL -e nvim ~/.config/i3blocks/config ;; esac; date +'🕒 %H:%M:%S 🗓️ %a %d.%m.%Y ' -command=case "$BLOCK_BUTTON" in 1) $TERMINAL -e sh -c 'cal -y --color=always | less' ;; 2) $TERMINAL -e nvim ~/.config/i3blocks/config ;; esac; date +' %H:%M:%S %a %d.%m.%Y ✝ ' +command=sb-clock color=#BBDDDD interval=1 |