aboutsummaryrefslogtreecommitdiff
path: root/.config/i3/i3blocks.conf
diff options
context:
space:
mode:
authorXander Swan <email>2025-12-03 10:00:41 -0500
committerXander Swan <email>2025-12-03 10:00:41 -0500
commit3711f22b6c37202ee25a5359e198a230788967c6 (patch)
tree44120561e21cfa41fb09803a4fa2228fc65c2214 /.config/i3/i3blocks.conf
parent2bc298723af1360491c63ca55e846820ce65ddbc (diff)
Polybar
Diffstat (limited to '.config/i3/i3blocks.conf')
-rw-r--r--.config/i3/i3blocks.conf45
1 files changed, 0 insertions, 45 deletions
diff --git a/.config/i3/i3blocks.conf b/.config/i3/i3blocks.conf
deleted file mode 100644
index c83d8c3..0000000
--- a/.config/i3/i3blocks.conf
+++ /dev/null
@@ -1,45 +0,0 @@
-# Define the custom separator in global properties for boilerplate
-full_text=
-align=center
-separator=false
-separator_block_width=0
-
-[time]
-instance=ny
-TZ=America/New_York
-command=date +"  %H:%M "
-interval=1
-background=#99FFFF
-color=#000000
-
-[date]
-instance=ny
-TZ=America/New_York
-command=date +"  %y/%m/%d %b "
-interval=3600
-background=#999999
-color=#000000
-
-[packages]
-command=echo "  $(pacman -Q | wc -l) "
-interval=3600
-background=#FF9999
-color=#000000
-
-[volume]
-command=echo " 󰕾 $(pactl get-sink-volume @DEFAULT_SINK@ | awk -F"/" '{print $2}' | xargs) "
-interval=repeat
-background=#55CC77
-color=#000000
-
-[weather]
-command=echo " 󰖐 $(curl -Ss 'https://wttr.in?0&T&Q&M' | cut -c 16- | head -2 | xargs) "
-interval=3600
-background=#009999
-color=#000000
-
-[media]
-command=lua ~/.config/i3/music.lua
-interval=2
-background=#99FF99
-color=#000000