summaryrefslogtreecommitdiff
path: root/.config/i3blocks/config
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-12-11 20:46:32 +0100
committerSanto Cariotti <santo@dcariotti.me>2024-12-11 20:47:59 +0100
commitf22f1723c01b56da14ae1de3491a78af1bc4c464 (patch)
tree030411c811d3474c4b322eca29d1bf8e96b7511f /.config/i3blocks/config
parentd8713792f93473fe14e01d151529fb6ef139448f (diff)
Dot files with `chezmoi`
Diffstat (limited to '.config/i3blocks/config')
-rw-r--r--.config/i3blocks/config44
1 files changed, 0 insertions, 44 deletions
diff --git a/.config/i3blocks/config b/.config/i3blocks/config
deleted file mode 100644
index d099c7c..0000000
--- a/.config/i3blocks/config
+++ /dev/null
@@ -1,44 +0,0 @@
-command=/usr/share/i3blocks/$BLOCK_NAME
-separator_block_width=15
-
-[weather]
-command=curl -Ss 'https://wttr.in/Catania?0&T&Q' | cut -c 16- | head -2 | xargs echo
-interval=3600
-color=#A4C2F4
-
-[cputemp]
-command=sensors | grep edge | cut -d '+' -f 2 | cut -d ' ' -f 1
-interval=10
-label=🌡️
-
-[memory]
-label=MEM
-separator=false
-interval=30
-
-[disk]
-label=DISK
-interval=30
-
-[cpu_usage]
-label=CPU
-interval=10
-min_width=CPU: 100.00%
-
-[wifi]
-command=iwgetid -r | tr '\n' ' ' && grep $(iwgetid -m | awk '{ printf "%s", $1 }') /proc/net/wireless | awk '{ printf "%i%\n", int($3 * 100 / 70) }';exit 0 instance=wlp2s0
-interval=5
-label=
-
-[battery]
-command=i3_battery.sh
-interval=10
-
-[volume]
-command=pulsemixer --get-volume | cut -d " " -f 1; exit 0
-interval=1
-label=
-
-[time]
-command=date
-interval=1