aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-11-17 10:56:25 -0800
committerclarkzjw <[email protected]>2022-11-17 10:56:25 -0800
commitd2d735742ca61b211c9b48a2209d36395daebcf4 (patch)
treebda27729a1bbac3ab354a1f10d4885899cdbf967 /dot_config/i3/i3blocks.conf
parenta6d2e5e6fb9adc84c32e86630b4846b1765c7d77 (diff)
downloaddotfiles-d2d735742ca61b211c9b48a2209d36395daebcf4.tar.gz
+ add existing config
Diffstat (limited to 'dot_config/i3/i3blocks.conf')
-rw-r--r--dot_config/i3/i3blocks.conf182
1 files changed, 182 insertions, 0 deletions
diff --git a/dot_config/i3/i3blocks.conf b/dot_config/i3/i3blocks.conf
new file mode 100644
index 0000000..dd9f5ac
--- /dev/null
+++ b/dot_config/i3/i3blocks.conf
@@ -0,0 +1,182 @@
1# i3blocks config file changed for EndeavourOS-i3 setup
2
3# source is available here:
4# https://raw.githubusercontent.com/endeavouros-team/endeavouros-i3wm-setup/main/.config/i3/i3blocks.conf
5# Maintainer: joekamprad [[email protected]]
6# Former Visual Designer: Florent Valetti [@FLVAL EndeavourOS]
7# created for i3wm setup on EndeavourOS
8# https://endeavouros.com
9
10# cheatsheet for icon fonts used on the block-bar:
11# https://fontawesome.com/v4.7/cheatsheet/
12
13# --> to update this run the following command:
14# wget --backups=1 https://raw.githubusercontent.com/endeavouros-team/endeavouros-i3wm-setup/main/.config/i3/i3blocks.conf -P ~/.config/i3/
15
16# Please see man i3blocks for a complete reference!
17# The man page is also hosted at http://vivien.github.io/i3blocks
18
19
20# List of valid properties:
21#
22# align
23# color
24# command
25# full_text
26# instance
27# interval
28# label
29# min_width
30# name
31# separator
32# separator_block_width
33# short_text
34# signal
35# urgent
36
37# Global properties
38#
39# The top properties below are applied to every block, but can be overridden.
40separator=false
41markup=pango
42
43#[Weather]
44#command=~/.config/i3/scripts/openweather
45# or:
46#command=~/.config/i3/scripts/openweather-city
47#interval=1800
48#color=#7275b3
49
50#[terminal]
51#full_text= 
52#color=#807dfe
53#command=i3-msg -q exec xfce4-terminal
54
55#[browser]
56#full_text= 
57#color=#ff7f81
58#command=i3-msg -q exec firefox
59
60#[files]
61#full_text= 
62#color=#7f3fbf
63#command=i3-msg -q exec thunar ~/
64
65#[mail]
66#full_text= 
67#color=#dbcb75
68#command=i3-msg -q exec thunderbird
69
70#[simple-2]
71#full_text=: :
72#color=#717171
73
74# Disk usage
75#
76# The directory defaults to $HOME if the instance is not specified.
77# The script may be called with a optional argument to set the alert
78# (defaults to 10 for 10%).
79#[disk]
80#label=
81#instance=/home
82#command=~/.config/i3/scripts/disk
83#interval=30
84
85# Memory usage
86#
87# The type defaults to "mem" if the instance is not specified.
88#[memory]
89#label=
90#command=~/.config/i3/scripts/memory
91#interval=2
92
93#[cpu_usage]
94#label=
95#command=~/.config/i3/scripts/cpu_usage
96##min_width=CPU: 100.00%
97#interval=2
98
99[CPU-temperature]
100label=
101command=~/.config/i3/scripts/temperature
102interval=30
103#T_WARN=70
104#T_CRIT=90
105#SENSOR_CHIP=""
106# where SENSOR_CHIP can be find with sensors output
107# can be used also for GPU temperature or other temperature sensors lm-sensors detects.
108
109# showing name of connected network (enable for wifi use)
110[net]
111label=
112command=echo "$(LANG=C nmcli d | grep connected | awk '{print $4}' | head -n1)"
113interval=30
114
115[bandwidth]
116command=~/.config/i3/scripts/bandwidth2
117interval=persist
118
119# Battery indicator
120[battery]
121command=~/.config/i3/scripts/battery2
122# for alternative battery script change to battery1
123# change this to battery-pinebook-pro if you are running on pinebook-pro
124label=
125interval=30
126
127#[simple-2]
128#full_text=:
129#color=#717171
130
131[pavucontrol]
132full_text=
133command=pavucontrol
134
135[volume-pulseaudio]
136command=~/.config/i3/scripts/volume
137instance=Master
138interval=1
139
140# display keyboard layout name
141# for keyboard layouts switcher
142# see i3 config file
143# this needs xkblayout-state installed from the AUR:
144# https://aur.archlinux.org/packages/xkblayout-state-git
145#[keyboard-layout]
146#command=~/.config/i3/scripts/keyboard-layout
147#interval=2
148
149#[keybindings]
150#full_text=
151#command=~/.config/i3/scripts/keyhint
152
153# power-profiles-daemon implementation:
154# needs package power-profiles-daemon installed and the service running see here:
155# https://wiki.archlinux.org/title/CPU_frequency_scaling#power-profiles-daemon
156
157#set power-profile
158[ppd_menu]
159full_text=
160command=~/.config/i3/scripts/power-profiles
161color=#407437
162
163#Show the current power-profile
164#[ppd-status]
165#command=~/.config/i3/scripts/ppd-status
166#interval=5
167
168[time]
169command=date '+%a %b %d %H:%M'
170interval=1
171
172[worldclock]
173full_text=Clock
174command=~/.config/i3/scripts/worldclock
175
176[shutdown_menu]
177full_text=
178command=~/.config/i3/scripts/powermenu
179
180[simple-2]
181full_text=:
182color=#717171
Powered by cgit v1.2.3 (git 2.41.0)