summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Christian Pohle2018-08-25 00:20:38 +0200
committerMax Christian Pohle2018-08-25 00:20:38 +0200
commite39a2344ba9629f35958a9e7bea8f3f536e521f4 (patch)
tree71a29b7e748e5a39c319f8df743ef5a1e325c358
parent63c808c572f800357f3e82f6ee2c58292088d9ea (diff)
downloadi3-e39a2344ba9629f35958a9e7bea8f3f536e521f4.tar.bz2
i3-e39a2344ba9629f35958a9e7bea8f3f536e521f4.zip
base16 .Xresources compatible colors and more
improved shortcuts and window borders
-rw-r--r--config342
-rw-r--r--i3status.conf71
2 files changed, 295 insertions, 118 deletions
diff --git a/config b/config
index aa35d87..e79bc77 100644
--- a/config
+++ b/config
@@ -9,7 +9,7 @@
9# 9#
10# Please see http://i3wm.org/docs/userguide.html for a complete reference! 10# Please see http://i3wm.org/docs/userguide.html for a complete reference!
11 11
12fake-outputs 3840x1080+0+0 12# fake-outputs 3840x1080+0+0
13set $mod Mod4 13set $mod Mod4
14 14
15# Font for window titles. Will also be used by the bar unless a different font 15# Font for window titles. Will also be used by the bar unless a different font
@@ -22,7 +22,19 @@ set $mod Mod4
22# font pango:Source Code Pro SemiBold 9 22# font pango:Source Code Pro SemiBold 9
23# font pango:Liberation Sans Mono Bold 11 23# font pango:Liberation Sans Mono Bold 11
24# font pango:DejaVu Sans Bold 9 24# font pango:DejaVu Sans Bold 9
25font pango:Roboto Nerd Font Bold 9 25# font pango:Roboto Nerd Font Bold 8
26# font pango:FuraCode Nerd Font Mono Retina 9
27# font pango:Monoid Nerd Font Mono Retina 9
28# font pango:Hasklug Nerd Font 9
29# font pango:Roboto Nerd Font Bold 8
30# font pango:3270Narrow Nerd Font 10
31# font pango:mplus nerd font 9
32# font pango:dejavu sans nerd font 9
33# font pango:Anonymice Nerd Font 9
34#font pango:Inconsolata Nerd Font 9
35font pango:Code New Roman Nerd Font 9
36# font pango:ProFont IIx Nerd Font 8
37
26 38
27# Before i3 v4.8, we used to recommend this one as the default: 39# Before i3 v4.8, we used to recommend this one as the default:
28# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 40# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
@@ -37,13 +49,16 @@ floating_modifier $mod
37 49
38# start a terminal 50# start a terminal
39# bindsym $mod+Return exec i3-sensible-terminal 51# bindsym $mod+Return exec i3-sensible-terminal
40bindsym $mod+Return exec xfce4-appfinder 52bindsym $mod+Return exec --no-startup-id xfce4-appfinder
41bindsym Mod1+F2 exec --no-startup-id rofi -show run -bg #222222 -fg #888888 -hlbg #285577 -hlfg #ffffff 53bindsym Mod1+F2 exec --no-startup-id rofi -show run -bg #222222 -fg #888888 -hlbg #285577 -hlfg #ffffff
42bindsym $mod+t exec xfce4-terminal 54bindsym $mod+t exec --no-startup-id xfce4-terminal
43# bindsym $mod+t exec termite 55# bindsym $mod+t exec termite
44# bindsym $mod+t exec urxvt 56# bindsym $mod+t exec urxvt
45bindsym $mod+e exec thunar 57bindsym $mod+e exec --no-startup-id thunar
46bindsym $mod+l exec i3lock 58bindsym $mod+l exec --no-startup-id ~/.local/bin/i3lock -f -i "/home/max/.local/share/backgrounds/IMG_5656 - IMG_5684-02.png"
59bindsym $mod+F10 exec pactl set-sink-mute 0 toggle
60bindsym $mod+F11 exec pactl set-sink-volume 0 -5%
61bindsym $mod+F12 exec pactl set-sink-volume 0 +5%
47 62
48# kill focused window 63# kill focused window
49bindsym $mod+Shift+q kill 64bindsym $mod+Shift+q kill
@@ -60,13 +75,16 @@ bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
60 75
61 76
62# alternatively, you can use the cursor keys: 77# alternatively, you can use the cursor keys:
63bindsym $mod+Left focus left ; exec pkill -SIGRTMIN+11 i3blocks 78# exec pkill -SIGRTMIN+11 i3blocks
64bindsym $mod+Down focus down ; exec pkill -SIGRTMIN+11 i3blocks 79bindsym $mod+Left focus left
65bindsym $mod+Up focus up ; exec pkill -SIGRTMIN+11 i3blocks 80bindsym $mod+Right focus right
66bindsym $mod+Right focus right ; exec pkill -SIGRTMIN+11 i3blocks 81bindsym $mod+Down focus down
82bindsym $mod+Up focus up
67 83
68bindsym Mod1+Tab focus right 84bindsym $mod+Tab focus output right
69bindsym Mod1+Shift+Tab focus left 85bindsym $mod+Shift+Tab focus output left
86bindsym mod1+Tab focus right
87bindsym mod1+Shift+Tab focus left
70 88
71 89
72# alternatively, you can use the cursor keys: 90# alternatively, you can use the cursor keys:
@@ -83,11 +101,13 @@ bindsym $mod+Shift+Right move right ; exec pkill -SIGRTMIN+11 i3blocks
83 101
84# enter fullscreen mode for the focused container 102# enter fullscreen mode for the focused container
85bindsym $mod+f fullscreen toggle 103bindsym $mod+f fullscreen toggle
104bindsym $mod+g fullscreen toggle global
86 105
87# change container layout (stacked, tabbed, toggle split) 106# change container layout (stacked, tabbed, toggle split)
88bindsym $mod+s layout stacking 107bindsym $mod+s layout stacking
89bindsym $mod+w layout tabbed 108bindsym $mod+w layout tabbed
90bindsym $mod+q layout toggle split 109bindsym $mod+q layout toggle split
110bindsym $mod+x layout toggle all
91 111
92# toggle tiling / floating 112# toggle tiling / floating
93bindsym $mod+Shift+space floating toggle 113bindsym $mod+Shift+space floating toggle
@@ -104,29 +124,67 @@ bindsym $mod+a focus parent
104workspace 1 output VGA1 124workspace 1 output VGA1
105workspace_layout tabbed 125workspace_layout tabbed
106 126
127# customize workspace names
128set $WS1 1:❶
129set $WS2 2:❷
130set $WS3 3:❸
131set $WS4 4:❹
132set $WS5 5:❺
133set $WS6 6:❻
134set $WS7 7:❼
135set $WS8 8:❽
136set $WS9 9:❾
137set $WS10 10:⓿
138
139
107# switch to workspace 140# switch to workspace
108bindsym $mod+1 workspace 1 141bindsym Mod4+1 workspace $WS1
109bindsym $mod+2 workspace 2 142bindsym Mod4+2 workspace $WS2
110bindsym $mod+3 workspace 3 143bindsym Mod4+3 workspace $WS3
111bindsym $mod+4 workspace 4 144bindsym Mod4+4 workspace $WS4
112bindsym $mod+5 workspace 5 145bindsym Mod4+5 workspace $WS5
113bindsym $mod+6 workspace 6 146bindsym Mod4+6 workspace $WS6
114bindsym $mod+7 workspace 7 147bindsym Mod4+7 workspace $WS7
115bindsym $mod+8 workspace 8 148bindsym Mod4+8 workspace $WS8
116bindsym $mod+9 workspace music 149bindsym Mod4+9 workspace $WS9
117bindsym $mod+0 workspace background 150bindsym Mod4+0 workspace $WS10
118 151
119# move focused container to workspace 152# move focused container to workspace
120bindsym $mod+Shift+1 move container to workspace 1 153bindsym Mod4+Shift+1 move container to workspace $WS1
121bindsym $mod+Shift+2 move container to workspace 2 154bindsym Mod4+Shift+2 move container to workspace $WS2
122bindsym $mod+Shift+3 move container to workspace 3 155bindsym Mod4+Shift+3 move container to workspace $WS3
123bindsym $mod+Shift+4 move container to workspace 4 156bindsym Mod4+Shift+4 move container to workspace $WS4
124bindsym $mod+Shift+5 move container to workspace 5 157bindsym Mod4+Shift+5 move container to workspace $WS5
125bindsym $mod+Shift+6 move container to workspace 6 158bindsym Mod4+Shift+6 move container to workspace $WS6
126bindsym $mod+Shift+7 move container to workspace 7 159bindsym Mod4+Shift+7 move container to workspace $WS7
127bindsym $mod+Shift+8 move container to workspace 8 160bindsym Mod4+Shift+8 move container to workspace $WS8
128bindsym $mod+Shift+9 move container to workspace music 161bindsym Mod4+Shift+9 move container to workspace $WS9
129bindsym $mod+Shift+0 move container to workspace background 162bindsym Mod4+Shift+0 move container to workspace $WS10
163
164
165# # switch to workspace
166# bindsym $mod+1 workspace number 1
167# bindsym $mod+2 workspace number 2
168# bindsym $mod+3 workspace number 3
169# bindsym $mod+4 workspace number 4
170# bindsym $mod+5 workspace number 5
171# bindsym $mod+6 workspace number 6
172# bindsym $mod+7 workspace number 7
173# bindsym $mod+8 workspace number 8
174# bindsym $mod+9 workspace number 9
175# bindsym $mod+0 workspace number 0
176# #
177# # # move focused container to workspace
178# bindsym $mod+Shift+1 move container to workspace number 1
179# bindsym $mod+Shift+2 move container to workspace number 2
180# bindsym $mod+Shift+3 move container to workspace number 3
181# bindsym $mod+Shift+4 move container to workspace number 4
182# bindsym $mod+Shift+5 move container to workspace number 5
183# bindsym $mod+Shift+6 move container to workspace number 6
184# bindsym $mod+Shift+7 move container to workspace number 7
185# bindsym $mod+Shift+8 move container to workspace number 8
186# bindsym $mod+Shift+9 move container to workspace number 9
187# bindsym $mod+Shift+0 move container to workspace number 0
130 188
131 # Pulse Audio controls 189 # Pulse Audio controls
132bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume 190bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume
@@ -156,69 +214,72 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcu
156bindsym $mod+m move scratchpad 214bindsym $mod+m move scratchpad
157bindsym $mod+Shift+m scratchpad show ; resize set 1920 920 ; move position center 215bindsym $mod+Shift+m scratchpad show ; resize set 1920 920 ; move position center
158 216
159for_window [class="^.*"] border normal 2 217# for_window [class="^.*"] border normal 3
160for_window [title="^.*Thunderbird"] border pixel 0 218# for_window [title="^.*Thunderbird"] border pixel 0
161for_window [title="^.*Chromium"] border pixel 0 219# for_window [title="^.*Chromium"] border pixel 0
162for_window [class="Gvim"] border pixel 0 220# for_window [class="Gvim"] border pixel 0
163# for_window [title="^.*\|"] border pixel 4 221# for_window [class="(?i)xfce4-terminal"] border pixel 0
164for_window [title="^HexChat.*"] border pixel 0 222# for_window [class="(?i)xfce4-appfinder"] border pixel 0
165for_window [title="^.*"] exec pkill -SIGRTMIN+11 i3blocks 223# # for_window [title="^.*\|"] border pixel 4
166for_window [title="^.*"] exec pkill -SIGRTMIN+11 i3blocks 224# for_window [title="^HexChat.*"] border pixel 0
167for_window [title="cairo-dock"] floating enable ; border none 225# for_window [title="^.*"] exec pkill -SIGRTMIN+11 i3blocks
168for_window[class="Plank"] floating enable,move absolute center 226# for_window [title="^.*"] exec pkill -SIGRTMIN+11 i3blocks
169 227# for_window [title="cairo-dock"] floating enable ; border none
170for_window [class=".*"] title_format "┋ %title" 228# for_window[class="Plank"] floating enable,move absolute center
229
230# for_window [class=".*"] title_format "┋ %title"
231
171# for_window [con_id="__focused__"] title_format "<u>%title</u>" 232# for_window [con_id="__focused__"] title_format "<u>%title</u>"
172# hide_edge_borders both 233hide_edge_borders both
173# smart_borders on 234# smart_borders on
174# gaps inner 5 235# gaps inner 5
175# gaps outer 5 236# gaps outer 5
176 237
177bindsym $mod+r mode "resize" 238bindsym $mod+r mode "resize"
178 239
179# Start i3bar to display a workspace bar (plus the system information i3status 240# # Start i3bar to display a workspace bar (plus the system information i3status
180# finds out, if available) 241# # finds out, if available)
181bar { 242# bar {
182 status_command i3status --config ~/.config/i3/i3status.conf 243# status_command i3status --config ~/.config/i3/i3status.conf
183 # status_command i3blocks 244# # status_command i3blocks
184 colors { 245# colors {
185 # background #2a3448 246# # background #2a3448
186 # statusline #ffffff 247# # statusline #ffffff
187 background #ffffff 248# background #ffffff
188 statusline #6060af 249# statusline #6060af
189 focused_workspace #6060af #ffffff #6060af 250# focused_workspace #6060af #ffffff #6060af
190 active_workspace #6060af #ffffff #888888 251# active_workspace #6060af #ffffff #888888
191 inactive_workspace #ffffff #ffffff #888888 252# inactive_workspace #ffffff #ffffff #888888
192 urgent_workspace #2f343a #900000 #ffffff 253# urgent_workspace #2f343a #900000 #ffffff
193 binding_mode #2f343a #900000 #ffffff 254# binding_mode #2f343a #900000 #ffffff
194 } 255# }
195 # tray_output VGA1 256# # tray_output VGA1
196 # output HDMI1 257# # output HDMI1
197 # tray_output HDMI1 258# # tray_output HDMI1
198 tray_padding 2 259# tray_padding 2
199 #font pango:DejaVu Sans Mono 11 260# #font pango:DejaVu Sans Mono 11
200 #font pango:DejaVu Sans Mono 11 261# #font pango:DejaVu Sans Mono 11
201 #font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 262# #font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
202 # font pango:DejaVu Sans Mono, Icons 8 263# # font pango:DejaVu Sans Mono, Icons 8
203 # font pango:DejaVu Sans Mono, Awesome 8 264# # font pango:DejaVu Sans Mono, Awesome 8
204 # separator_symbol "┋" 265# # separator_symbol "┋"
205 separator_symbol "│" 266# separator_symbol "│"
206 position bottom 267# position bottom
207 # output VGA1 268# # output VGA1
208 binding_mode_indicator yes 269# binding_mode_indicator yes
209 # strip_workspace_numbers yes 270# # strip_workspace_numbers yes
210} 271# }
211 272
212 273
213# client.focused #ffffff #061229 #ffffff #5299BF #ffffff 274# client.focused #ffffff #061229 #ffffff #5299BF #ffffff
214# client.unfocused #000000 #061229 #ffffff #ff0000 #000000 275# client.unfocused #000000 #061229 #ffffff #ff0000 #000000
215#colors: border backgr. text indicator 276#colors: border backgr. text indicator
216 277
217client.focused #ffffff #ffffff #000000 #000000 278client.focused #ffffff #000000 #ffffff #ffff00
218client.focused_inactive #ffffff #ffffff #888888 #ffffff 279client.focused_inactive #ffffff #000000 #888888 #ffff00
219client.unfocused #ffffff #ffffff #888888 #ffffff 280client.unfocused #ffffff #000000 #444444 #ffff00
220client.urgent #2a3448 #900000 #5299bf #ffffff 281client.urgent #2a3448 #900000 #5299bf #ffff00
221client.background #000000 #000000 #000000 #ffffff 282client.background #000000 #000000 #0000ff #ffff00
222 283
223 284
224bindsym $mod+F2 exec i3-input -F 'rename workspace to "%s"' -P 'New name: ' 285bindsym $mod+F2 exec i3-input -F 'rename workspace to "%s"' -P 'New name: '
@@ -266,16 +327,16 @@ mode "resize" {
266 # Pressing right will grow the window’s width. 327 # Pressing right will grow the window’s width.
267 # Pressing up will shrink the window’s height. 328 # Pressing up will shrink the window’s height.
268 # Pressing down will grow the window’s height. 329 # Pressing down will grow the window’s height.
269 bindsym $mod+h resize shrink width 1 px or 1 ppt 330 bindsym $mod+h resize shrink width 4 px or 4 ppt
270 bindsym $mod+j resize grow height 4 px or 4 ppt 331 bindsym $mod+j resize grow height 4 px or 4 ppt
271 bindsym $mod+k resize shrink height 4 px or 4 ppt 332 bindsym $mod+k resize shrink height 4 px or 4 ppt
272 bindsym $mod+l resize grow width 1 px or 1 ppt 333 bindsym $mod+l resize grow width 4 px or 4 ppt
273 334
274 # same bindings, but for the arrow keys 335 # same bindings, but for the arrow keys
275 bindsym Left resize shrink width 1 px or 1 ppt 336 bindsym Left resize shrink width 4 px or 4 ppt
276 bindsym Up resize grow height 4 px or 4 ppt 337 bindsym Up resize grow height 4 px or 4 ppt
277 bindsym Down resize shrink height 4 px or 4 ppt 338 bindsym Down resize shrink height 4 px or 4 ppt
278 bindsym Right resize grow width 1 px or 1 ppt 339 bindsym Right resize grow width 4 px or 4 ppt
279 340
280 # back to normal: Enter or Escape 341 # back to normal: Enter or Escape
281 bindsym Return mode "default" 342 bindsym Return mode "default"
@@ -288,13 +349,13 @@ mode "resize" {
288 349
289assign [class="^Thunderbird$"] → background 350assign [class="^Thunderbird$"] → background
290 351
291exec --no-startup-id setxkbmap -option caps:escape
292exec --no-startup-id xset r rate 330 40
293 352
294 353
295 354
296exec --no-startup-id dbus-launch gnome-settings-daemon 355# exec --no-startup-id /usr/lib/gnome-settings-daemon/gnome-settings-daemon
297exec --no-startup-id dbus-launch nm-applet 356exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=secrets
357exec dbus-launch gnome-settings-daemon
358exec dbus-launch nm-applet
298 359
299# exec xrandr --output HDMI1 --fb 3270x1080 --scale 1.05468x1.05468 360# exec xrandr --output HDMI1 --fb 3270x1080 --scale 1.05468x1.05468
300# exec xrandr --output HDMI1 --fb 3270x1080 --right-of VGA1 --panning 1350x1080+1920+0 --scale 1.05468x1.05468 361# exec xrandr --output HDMI1 --fb 3270x1080 --right-of VGA1 --panning 1350x1080+1920+0 --scale 1.05468x1.05468
@@ -308,6 +369,105 @@ exec --no-startup-id dbus-launch setsid udiskie -2 -s
308exec --no-startup-id dbus-launch setsid pidgin 369exec --no-startup-id dbus-launch setsid pidgin
309exec --no-startup-id dbus-launch setsid hexchat 370exec --no-startup-id dbus-launch setsid hexchat
310# exec --no-startup-id dbus-launch nextcloud 371# exec --no-startup-id dbus-launch nextcloud
372# exec --no-startup-id /usr/lib/gnome-settings-daemon/gnome-settings-daemon
373exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=secrets
374exec dbus-launch gnome-settings-daemon
375exec dbus-launch nm-applet
376
377# exec xrandr --output HDMI1 --fb 3270x1080 --scale 1.05468x1.05468
378# exec xrandr --output HDMI1 --fb 3270x1080 --right-of VGA1 --panning 1350x1080+1920+0 --scale 1.05468x1.05468
379# exec xrandr --output DVI-D-1-0 --right-of VGA-1
380# exec xrandr --output DVI-D-1-0 --auto --right-of VGA-1
381# exec /usr/bin/xrandr-reset.sh
382# exec xrandr --auto --output HDMI-1-1 --right-of DVI-I-2
383exec xrandr --output HDMI-1 --right-of VGA-1
384
385# start compositor...
386exec nitrogen --restore
387exec compton -b --config ~/.config/i3/compton.conf
388# exec dbus-launch setsid udiskie -2 -s
389exec setsid hexchat --minimize=2
390
391
392
393exec setxkbmap -option caps:escape
394exec xset r rate 330 40
395exec xinput --set-prop 'Xornet gaming mouse' 'libinput Accel Speed' 0.1
396
397
398
399# ==============================================
400# base16 Xressource depenend color configuration
401# with default values from base16-tomorrow-night
402# ==============================================
403
404# load xrdb
405exec xrdb ~/.Xresources
406
407# main variables variable Xressource default
408set_from_resource $base00 base16.color0 #1d1f21
409set_from_resource $base01 base16.color10 #282a2e
410set_from_resource $base02 base16.color11 #373b41
411set_from_resource $base03 base16.color8 #969896
412set_from_resource $base04 base16.color12 #b4b7b4
413set_from_resource $base05 base16.color7 #c5c8c6
414set_from_resource $base06 base16.color13 #e0e0e0
415set_from_resource $base07 base16.color15 #ffffff
416set_from_resource $base08 base16.color1 #cc6666
417set_from_resource $base09 base16.color9 #de935f
418set_from_resource $base0A base16.color3 #f0c674
419set_from_resource $base0B base16.color2 #b5bd68
420set_from_resource $base0C base16.color6 #8abeb7
421set_from_resource $base0D base16.color4 #81a2be
422set_from_resource $base0E base16.color5 #b294bb
423set_from_resource $base0F base16.color14 #a3685a
424# derived vars... variable Xressource default
425set_from_resource $background base16.background $base00
426set_from_resource $foreground base16.foreground $base05
427set_from_resource $foreground base16.cursor $base05
428
429# Basic bar configuration using the Base16 variables.
430bar {
431 # status_command i3status
432 # status_command i3status --config ~/.config/i3/i3status.conf
433 # status_command conky -c ~/.config/i3/conki3rc
434 status_command /home/max/src/i3status/i3status --config ~/.config/i3/i3status.conf
435
436 tray_padding 2
437 mode dock
438 strip_workspace_numbers yes
439 separator_symbol "│"
440
441 colors {
442 background $background
443 separator $base01
444 statusline $base04
445
446 # Border Bg Text
447 # focused_workspace $base05 $base0D $base00
448 # active_workspace $base05 $base03 $base00
449 # inactive_workspace $base03 $base01 $base05
450 # urgent_workspace $base08 $base08 $base00
451 # binding_mode $base00 $base0A $base00
452
453 focused_workspace $background $background $base05
454 active_workspace $background $background $base05
455 inactive_workspace $background $background $base03
456 urgent_workspace $background $background $base08
457 binding_mode $background $background $base00
458 }
459}
460
461# Basic color configuration using the Base16 variables for windows and borders.
462# Property Name Border BG Text Indicator Child Border
463client.focused $base05 $base0D $base00 $base0D $base0D
464client.focused_inactive $base01 $base01 $base05 $base03 $base01
465client.unfocused $base01 $base00 $base05 $base01 $base01
466client.urgent $base08 $base08 $base00 $base08 $base08
467client.placeholder $base00 $base00 $base05 $base00 $base00
468client.background $base07
469
470
311 471
312 472
313# vim: iskeyword+=\$,\-,\# nospell 473# vim: iskeyword+=\$,\-,\# nospell
diff --git a/i3status.conf b/i3status.conf
index aeee8ee..127af25 100644
--- a/i3status.conf
+++ b/i3status.conf
@@ -10,11 +10,11 @@ general {
10 colors = true 10 colors = true
11 #color_good = "#88ff88" 11 #color_good = "#88ff88"
12 #color_bad = "#880000" 12 #color_bad = "#880000"
13 color_good = "#00aa00" 13 color_good = "#ffffff"
14 color_bad = "#aa0000" 14 color_bad = "#666666"
15 color_degraded = "#aaaaaa"
16 interval = 1 15 interval = 1
17 output_format = i3bar 16 output_format = i3bar
17 separator = 'X'
18} 18}
19 19
20order += "ipv6" 20order += "ipv6"
@@ -25,12 +25,14 @@ order += "run_watch DHCP"
25order += "ethernet _first_" 25order += "ethernet _first_"
26order += "ethernet enp7s0" 26order += "ethernet enp7s0"
27# order += "battery 0" 27# order += "battery 0"
28order += "volume master"
29order += "cpu_temperature 1" 28order += "cpu_temperature 1"
30order += "cpu_usage" 29order += "cpu_usage"
31order += "load" 30order += "cpu_temperature 2"
31# order += "load"
32order += "disk /" 32order += "disk /"
33order += "tztime local" 33order += "volume master"
34order += "tztime localdate"
35order += "tztime localtime"
34 36
35ipv6 37ipv6
36{ 38{
@@ -39,68 +41,83 @@ ipv6
39 41
40cpu_temperature 1 42cpu_temperature 1
41{ 43{
42 format = "%degrees°C" 44 format = "%degrees°C "
43 path = "/sys/class/thermal/thermal_zone2/temp" 45 path = "/sys/class/thermal/thermal_zone2/temp"
44} 46}
45 47
48cpu_temperature 2
49{
50 format = " %degrees°C"
51 path = "/sys/class/drm/card0/device/hwmon/hwmon1/temp1_input"
52}
53
46wireless _first_ { 54wireless _first_ {
47 format_up = "W: (%quality at %essid) %ip" 55 format_up = "W: (%quality at %essid) %ip"
48 format_down = "W: down" 56 format_down = "W: down"
49} 57}
50 58
51ethernet _first_ { 59ethernet _first_ {
60
52 # if you use %speed, i3status requires root privileges 61 # if you use %speed, i3status requires root privileges
53 format_up = " %ip (%speed)" 62 format_up = " %interface %ip (%speed)"
54 format_down = "E1: down" 63 format_down = " %interface"
55} 64}
56 65
57 66
58# ethernet enp7s0 { 67ethernet enp7s0 {
59# # if you use %speed, i3status requires root privileges 68 # if you use %speed, i3status requires root privileges
60# format_up = "E2: %ip (%speed)" 69 format_up = " %interface %ip (%speed)"
61# format_down = "E2: down" 70 format_down = " %interface"
62# 71}
63# }
64 72
65 73
66battery 0 { 74battery 0 {
67 format = "%status %percentage %remaining" 75 format = "%status %percentage %remaining"
68} 76}
69 77
70# run_watch DHCP { 78run_watch DHCP {
71# pidfile = "/var/run/dhclient*.pid" 79 pidfile = "/var/run/dhclient*.pid"
72# format = "%title" 80 format = "%title"
73# } 81 format_down = ""
82}
74 83
75 84
76path_exists VPN { 85path_exists VPN {
77# path exists when a VPN tunnel launched by nmcli/nm-applet is active 86# path exists when a VPN tunnel launched by nmcli/nm-applet is active
78 path = "/proc/sys/net/ipv4/conf/tun0" 87 path = "/proc/sys/net/ipv4/conf/tun0"
79 format_down = "" 88 separator = false
89 separator_block_width = 8
90 format = " "
91 format_down = " "
80} 92}
81 93
82run_watch VPN { 94run_watch VPN {
83 pidfile = "/var/run/NetworkManager/nm-openvpn-*" 95 pidfile = "/var/run/NetworkManager/nm-openvpn-*"
84} 96}
85 97
86tztime local { 98tztime localtime {
87 format = "%Y-%m-%d %H:%M" 99 format = " %H:%M"
88} 100}
89 101
90load { 102tztime localdate {
91 format = "%5min" 103 format = "%Y-%m-%d:%A"
92} 104}
93 105
106# load {
107# format = "%5min"
108# }
109
94disk "/" { 110disk "/" {
95 format = "%avail" 111 format = " %avail"
112 prefix_type = custom
96} 113}
97 114
98volume master { 115volume master {
99 format = "♪: %volume" 116 format = " %volume"
100 format_muted = "♪: muted (%volume)" 117 format_muted = "♪: muted (%volume)"
101 device = "pulse:0" 118 device = "pulse:0"
102} 119}
103 120
104cpu_usage { 121cpu_usage {
105 format = "%usage" 122 format = "%usage"
106} 123}
..