diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-06-23 23:27:19 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-06-23 23:27:19 -0500 |
| commit | 0b1f94508454788b6ae151dbbe1243520f83dc0a (patch) | |
| tree | 77c1e6df2de3ca0bfb78a5b0ed9072c57871f99c /env/.config/i3blocks | |
| parent | 8ca7fdf7650a07c9d2aa276c5d5ae5a7698c401c (diff) | |
Squashed commit of the following: removed urlview
ps1 change
removed urlview. replaced with urlview.sh
i3blocks bar changes
Diffstat (limited to 'env/.config/i3blocks')
| -rw-r--r-- | env/.config/i3blocks/config | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/env/.config/i3blocks/config b/env/.config/i3blocks/config index eff5ddb..1be7de4 100644 --- a/env/.config/i3blocks/config +++ b/env/.config/i3blocks/config @@ -36,7 +36,7 @@ markup=pango # See the script for details. [volume2] -label= +label= interval=1 signal=10 #STEP=5% @@ -45,14 +45,14 @@ signal=10 # # The type defaults to "mem" if the instance is not specified. [memory] -label= +label= separator=false interval=30 [memory] -label=SWAP +# label= instance=swap -separator=false +separator=true interval=30 # Disk usage @@ -61,7 +61,7 @@ interval=30 # The script may be called with a optional argument to set the alert # (defaults to 10 for 10%). [disk] -label= +label= #DIR=/mnt/data interval=30 @@ -77,7 +77,7 @@ interval=30 [wifi] #INTERFACE=wlp3s0 -label=wifi: +label= interval=10 separator=false @@ -90,13 +90,13 @@ interval=5 # The script may be called with -w and -c switches to specify thresholds, # see the script for details. [cpu_usage] -label= +label= interval=10 -min_width= 100.00% +min_width= 100.00% #separator=false [load_average] -label=LOAD +label= interval=10 # Battery indicator |
