This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 66
/
i3blocks.conf
86 lines (76 loc) · 1.45 KB
/
i3blocks.conf
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# 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
# command
# full_text
# instance
# interval
# label
# min_width
# name
# separator
# separator_block_width
# short_text
# signal
# urgent
# Global properties
separator_block_width=15
command=/usr/lib/i3blocks/$BLOCK_NAME
align=center
separator=true
separator_block_width=40
markup=pango
# Do make in bandwidth2 folder for this to work
# [bandwidth]
# label=⇅
# command=~/.i3/i3blocks-contrib/bandwidth2/bandwidth2
# interval=persist
# markup=pango
# color=#8CE000
[pomodoro]
command=python ~/code/i3-pomodoro/pomodoro.py
interval=1
[temperature]
command=~/.i3/i3blocks-contrib/temperature/temperature --chip 'coretemp-isa-000'
label=
interval=10
color=#4ec2f7
[texas]
command=~/.i3/utils/date_with_tz.sh 'America/Los_Angeles'
interval=5
label=Calif:
color=#ffb64c
[india]
command=~/.i3/utils/date_with_tz.sh 'Asia/Kolkata'
interval=5
label=India:
color=#ffb64c
# Do this if this block doesn't work
# sudo apt install sysstat
[cpu]
label=CPU
command=/usr/lib/i3blocks/cpu_usage
interval=1
color=#4ec2f7
[ram]
label=⚙
command=/usr/lib/i3blocks/memory
interval=10
color=#8CE000
# Do this if this block doesn't work
# sudo apt install acpi
[battery]
command=/usr/lib/i3blocks/battery
label=⚡
interval=30
color=#ef6191
[time]
command=date '+%a %d %B %Y %r'
interval=5
color=#ffb64c