-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathi3blocks.conf
More file actions
68 lines (58 loc) · 1.15 KB
/
i3blocks.conf
File metadata and controls
68 lines (58 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# i3blocks configuration file
#
# The i3blocks man page describes the usage of the binary,
# and its website describes the configuration:
#
# https://vivien.github.io/i3blocks
#set $homepath /home/rspe/.config/scripts
# Global properties
separator=true
separator_block_width=15
# Spotify icon \uF1BC
[spotify]
label=
command=~/.config/scripts/spotify.py
color=#81b71a
interval=5
[documentation]
full_text=YouTube
website=https://www.youtube.com
command=xdg-open "$website"
color=#f12711
[volume]
command=/home/rspe/.config/scripts/volume
LABEL=♪
#LABEL=VOL
interval=1
signal=10
#STEP=5%
MIXER=default
#SCONTROL=[determined automatically]
#NATURAL_MAPPING=0
[pacman-updates]
command=/home/rspe/.config/scripts/arch-update
markup=pango
interval= 3600
QUIET=true
WATCH=^linux.* ^pacman.*
BASE_COLOR=#5fff5f
UPDATE_COLOR=#FFFF85
AUR=true
LABEL=
[battery2]
command=/home/rspe/.config/scripts/battery2.py
markup=pango
interval=30
[disk]
command=/home/rspe/.config/scripts/disk
LABEL=
#DIR=$HOME
#ALERT_LOW=10
interval=30
#[greetings]
#color=#f5af19
#command=echo "Welcome back Waseem!"
#interval=once
[time]
command=date '+%Y-%m-%d %H:%M:%S'
interval=1