diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | 9c504cd8639c82d476c2af41796743185ffd706a (patch) | |
| tree | dca0f9f7c5347b7f0798b13d99b1b0df4d9a4ef0 /.config/i3/i3blocks.conf | |
| parent | ceb1360704f390862eecbd405d3837f9c42f1baa (diff) | |
Add i3
Diffstat (limited to '.config/i3/i3blocks.conf')
| -rw-r--r-- | .config/i3/i3blocks.conf | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/.config/i3/i3blocks.conf b/.config/i3/i3blocks.conf new file mode 100644 index 0000000..981c368 --- /dev/null +++ b/.config/i3/i3blocks.conf @@ -0,0 +1,45 @@ +# Define the custom separator in global properties for boilerplate +full_text= +align=center +separator=false +separator_block_width=1 + +[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 " PKGS: $(pacman -Q | wc -l) " +interval=3600 +background=#FF9999 +color=#000000 + +[volume] +command=echo " VOLUME: $(pactl get-sink-volume @DEFAULT_SINK@ | awk -F"/" '{print $2}' | xargs) " +interval=repeat +background=#55CC77 +color=#000000 + +[music] +command=lua ~/.config/i3/music.lua +interval=2 +background=#99FF99 +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 |
