Played around with colors a bit
This commit is contained in:
parent
d582c38bda
commit
0ffa80a2d6
|
@ -7,7 +7,7 @@ family = "monospace"
|
||||||
WINIT_X11_SCALE_FACTOR="1.0"
|
WINIT_X11_SCALE_FACTOR="1.0"
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
opacity = 0.7
|
opacity = 0.6
|
||||||
|
|
||||||
# Colours (Monokai Charcoal)
|
# Colours (Monokai Charcoal)
|
||||||
|
|
||||||
|
|
5
i3blocks
5
i3blocks
|
@ -1,13 +1,16 @@
|
||||||
[wifi]
|
[wifi]
|
||||||
|
background=#000000
|
||||||
command=~/.dotfiles/bin/blocks/wifi -np
|
command=~/.dotfiles/bin/blocks/wifi -np
|
||||||
interval=5
|
interval=5
|
||||||
|
|
||||||
[battery]
|
[battery]
|
||||||
|
background=#000000
|
||||||
command=~/.dotfiles/bin/blocks/battery
|
command=~/.dotfiles/bin/blocks/battery
|
||||||
markup=pango
|
markup=pango
|
||||||
interval=30
|
interval=30
|
||||||
|
|
||||||
[cpu_usage]
|
[cpu_usage]
|
||||||
|
background=#000000
|
||||||
command=~/.dotfiles/bin/blocks/cpu_usage
|
command=~/.dotfiles/bin/blocks/cpu_usage
|
||||||
interval=10
|
interval=10
|
||||||
LABEL=
|
LABEL=
|
||||||
|
@ -20,11 +23,13 @@ DECIMALS=1
|
||||||
#COLOR_CRIT=#FF0000
|
#COLOR_CRIT=#FF0000
|
||||||
|
|
||||||
[memory]
|
[memory]
|
||||||
|
background=#000000
|
||||||
command=~/.dotfiles/bin/blocks/memory
|
command=~/.dotfiles/bin/blocks/memory
|
||||||
label=
|
label=
|
||||||
interval=30
|
interval=30
|
||||||
|
|
||||||
[time]
|
[time]
|
||||||
|
background=#000000
|
||||||
command=date "+%Y-%m-%d %R:%S"
|
command=date "+%Y-%m-%d %R:%S"
|
||||||
label=
|
label=
|
||||||
interval=5
|
interval=5
|
||||||
|
|
3
i3config
3
i3config
|
@ -206,13 +206,14 @@ bindsym $mod+r mode "resize"
|
||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
|
|
||||||
bar {
|
bar {
|
||||||
|
i3bar_command i3bar --transparency
|
||||||
status_command i3blocks
|
status_command i3blocks
|
||||||
bindsym button1 nop
|
bindsym button1 nop
|
||||||
bindsym button4 nop
|
bindsym button4 nop
|
||||||
bindsym button5 nop
|
bindsym button5 nop
|
||||||
mode hide
|
mode hide
|
||||||
colors {
|
colors {
|
||||||
background #000000
|
background #00000000
|
||||||
statusline #ffffff
|
statusline #ffffff
|
||||||
separator #666666
|
separator #666666
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue