Skip to content

Commit 3a623d1

Browse files
committed
First version of config files - based on Edgar and @Nixsm settings for i3-wm and i3blocks
0 parents  commit 3a623d1

File tree

2 files changed

+400
-0
lines changed

2 files changed

+400
-0
lines changed

.i3blocks.conf

Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
# i3blocks config file
2+
#
3+
# Please see man i3blocks for a complete reference!
4+
# The man page is also hosted at http://vivien.github.io/i3blocks
5+
#
6+
# List of valid properties:
7+
#
8+
# align
9+
# color
10+
# command
11+
# full_text
12+
# instance
13+
# interval
14+
# label
15+
# min_width
16+
# name
17+
# separator
18+
# separator_block_width
19+
# short_text
20+
# signal
21+
# urgent
22+
23+
# Global properties
24+
separator_block_width=15
25+
26+
[cpu]
27+
label=
28+
command=/usr/lib/i3blocks/cpu_usage
29+
interval=10
30+
separator=false
31+
min_width=100.00%
32+
33+
[cpu-temp]
34+
label=.
35+
command=sensors coretemp-isa-0000 | awk '/Physical/ { print $4 }'
36+
interval=once
37+
signal=10
38+
separator=true
39+
40+
#[hate]
41+
#label=
42+
#command=echo " Sucks"
43+
#interval=86400
44+
#separator=false
45+
46+
[mpd]
47+
command=/usr/lib/i3blocks/mediaplayer -c "#888A85" --label-playing "" --label-paused "" --label-stopped ""
48+
interval=1
49+
signal=2
50+
51+
[volume]
52+
#label=
53+
label=♫
54+
#instance=Master
55+
#instance=PCM
56+
command=/usr/lib/i3blocks/volume
57+
interval=5
58+
separator=true
59+
60+
[memory]
61+
label=
62+
command=/usr/lib/i3blocks/memory
63+
separator=false
64+
interval=30
65+
66+
[load]
67+
label=
68+
command=/usr/lib/i3blocks/load_average
69+
interval=10
70+
separator=true
71+
72+
73+
# Who cares about swap
74+
#[swap]
75+
#label=swap
76+
#instance=swap
77+
#command=/usr/lib/i3blocks/memory
78+
#interval=30
79+
80+
81+
[disk-home]
82+
label=
83+
instance=/home/nicholas
84+
command=/usr/lib/i3blocks/disk
85+
interval=30
86+
separator=false
87+
88+
# I have no wireless in my main rig
89+
#[wireless]
90+
#instance=wlan0
91+
#instance=wlp3s0
92+
#command=/usr/share/i3blocks/network
93+
#color=#00FF00
94+
#interval=10
95+
96+
97+
[layout]
98+
label=
99+
command=/home/nicholas/.config/i3/scripts/layout
100+
interval=once
101+
separator=false
102+
103+
[ethernet]
104+
label=
105+
command=/usr/lib/i3blocks/iface
106+
interval=30
107+
separator=true
108+
109+
110+
# Neither battery
111+
#[battery]
112+
#command=/home/nicholas/.config/i3/scripts/battery
113+
#interval=30
114+
115+
# Fuck the weather
116+
#[weather]
117+
#label=
118+
#command=/home/ephexeve/.config/i3/scripts/weather.sh 'Florianopolis'
119+
#interval=10800
120+
121+
[time]
122+
label=.
123+
command=date '+%H:%M'
124+
interval=5
125+
separator=false
126+
127+
128+
[date]
129+
label=
130+
command=date '+%d-%m-%Y'
131+
interval=86400
132+
separator=true
133+
134+
[utils]
135+
label=
136+
command=echo "MENU" && /home/nicholas/.config/i3/scripts/i3-exit
137+
interval=once
138+
signal=1
139+
separator=true
140+

0 commit comments

Comments
 (0)