Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # i3blocks config file
- #
- # Please see man i3blocks for a complete reference!
- # The man page is also hosted at http://vivien.github.io/i3blocks
- #
- # List of valid properties:
- #
- # align
- # color
- # background
- # border
- # command
- # full_text
- # instance
- # interval
- # label
- # min_width
- # name
- # separator
- # separator_block_width
- # short_text
- # signal
- # urgent
- # Global properties
- #
- # The top properties below are applied to every block, but can be overridden.
- # Each block command defaults to the script name to avoid boilerplate.
- command=$SCRIPT_DIR/$BLOCK_NAME
- separator_block_width=15
- markup=none
- separator_block_width=14
- [Weather]
- command=~/.i3/IconicWeather.sh "97304"
- interval=1800
- color=#e97ac8
- [mail]
- label=ïƒ
- command=~/.i3/.mail.sh.x
- interval=100
- color=#7F00FF
- [disk-root]
- label=î €:
- command=/usr/lib/i3blocks/disk /
- interval=30
- color=#1793D1
- [disk-home]
- label=:
- command=/usr/lib/i3blocks/disk $HOME
- interval=30
- color=#859900
- [ssid]
- label=
- command=echo "$(iw dev wlo1 link | grep SSID | cut -d " " -f 2-)"
- color=#d33682
- interval=5
- [wireless]
- instance=wlo1
- command=/usr/lib/i3blocks/iface
- color=#00FF00
- interval=10
- [strength]
- command=echo "$(iw dev wlo1 link | grep signal | cut -d " " -f 2-)"
- interval=10
- color=#cb4b16
- [temp]
- label=
- command=echo "$(sensors coretemp-isa-0000 | awk '/Physical/ {print $4}')"
- interval=10
- color=#b58900
- [battery]
- command=~/.i3/battery BAT0
- interval=30
- [load]
- label=
- command=/usr/lib/i3blocks/load_average
- interval=10
- color=#6c71c4
- [volume]
- label=
- command=/usr/lib/i3blocks/volume
- interval=2
- signal=10
- color=#d70a53
- [time]
- label=ï–
- command=date '+%a %m-%d-%y %l:%M:%S %p'
- interval=5
- color=#50C878
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement