update
This commit is contained in:
parent
4d450c79f3
commit
a3ebe9fb68
2 changed files with 4 additions and 43 deletions
|
@ -11,9 +11,12 @@ URxvt.url-launcher: /usr/bin/xdg-open
|
||||||
URxvt.matcher.button: 1
|
URxvt.matcher.button: 1
|
||||||
|
|
||||||
!--- Font ---!
|
!--- Font ---!
|
||||||
|
|
||||||
URxvt.allow_bold: false
|
URxvt.allow_bold: false
|
||||||
URxvt.font: xft:Source Code Pro:size=12:antialias=true:hinting=true
|
URxvt.font: xft:Source Code Pro:size=12:antialias=true:hinting=true
|
||||||
URxvt.boldFont: xft:Source Code Pro:size=12:antialias=true:hinting=true
|
URxvt.boldFont: xft:Source Code Pro:size=12:antialias=true:hinting=true
|
||||||
|
|
||||||
|
!--- HiDPI ---!
|
||||||
Xft.dpi: 192
|
Xft.dpi: 192
|
||||||
Xft.autohint: 0
|
Xft.autohint: 0
|
||||||
Xft.lcdfilter: lcddefault
|
Xft.lcdfilter: lcddefault
|
||||||
|
@ -21,6 +24,7 @@ Xft.hintstyle: hintfull
|
||||||
Xft.hinting: 1
|
Xft.hinting: 1
|
||||||
Xft.antialias: 1
|
Xft.antialias: 1
|
||||||
Xft.rgba: rgb
|
Xft.rgba: rgb
|
||||||
|
|
||||||
!--- Colors ---!
|
!--- Colors ---!
|
||||||
|
|
||||||
#define S_yellow #b58900
|
#define S_yellow #b58900
|
||||||
|
|
|
@ -26,49 +26,6 @@ signal=10
|
||||||
[separator]
|
[separator]
|
||||||
full_text=
|
full_text=
|
||||||
|
|
||||||
[wireless]
|
|
||||||
label=
|
|
||||||
instance=wlp3s0
|
|
||||||
command=~/.config/i3blocks/scripts/iface
|
|
||||||
color=#d1d4e0
|
|
||||||
interval=1
|
|
||||||
|
|
||||||
[strength]
|
|
||||||
instance=wlp3s0
|
|
||||||
command=~/.config/i3blocks/scripts/wifi
|
|
||||||
color=#d1d4e0
|
|
||||||
interval=1
|
|
||||||
|
|
||||||
[separator]
|
|
||||||
full_text=
|
|
||||||
|
|
||||||
[ethernet]
|
|
||||||
label=
|
|
||||||
instance=enp0s25
|
|
||||||
command=~/.config/i3blocks/scripts/iface
|
|
||||||
color=#d1d4e0
|
|
||||||
interval=1
|
|
||||||
|
|
||||||
[separator]
|
|
||||||
full_text=
|
|
||||||
|
|
||||||
[battery]
|
|
||||||
label=
|
|
||||||
command=~/.config/i3blocks/scripts/battery
|
|
||||||
color=#d1d4e0
|
|
||||||
interval=30
|
|
||||||
instance=0
|
|
||||||
|
|
||||||
[battery]
|
|
||||||
label=
|
|
||||||
command=~/.config/i3blocks/scripts/battery
|
|
||||||
color=#d1d4e0
|
|
||||||
interval=30
|
|
||||||
instance=1
|
|
||||||
|
|
||||||
[separator]
|
|
||||||
full_text=
|
|
||||||
|
|
||||||
[keyboard_layout]
|
[keyboard_layout]
|
||||||
label=
|
label=
|
||||||
command=~/.config/i3blocks/scripts/keyboard_layout
|
command=~/.config/i3blocks/scripts/keyboard_layout
|
||||||
|
|
Loading…
Reference in a new issue