Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5bab0d74a0 |
@ -26,7 +26,7 @@ URxvt.keysym.M-u: perl:url-select:select_next
|
||||
! links color
|
||||
!URxvt.colorUL: #4682B4
|
||||
|
||||
Xft*dpi: 96
|
||||
Xft*dpi: 120
|
||||
Xft*antialias: true
|
||||
Xft.hinting: true
|
||||
Xft.hintstyle: hintslight
|
||||
|
||||
@ -50,7 +50,7 @@ client.unfocused #333333 #222222 #bdae93 #292d2e #222222
|
||||
client.urgent #2f343a #900000 #fbf1c7 #900000 #900000
|
||||
client.placeholder #000000 #0c0c0c #fbf1c7 #000000 #0c0c0c
|
||||
|
||||
client.background #ffffff
|
||||
client.background #000000
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Shift+t exec terminal
|
||||
@ -189,7 +189,7 @@ bindsym $mod+space scratchpad show
|
||||
# finds out, if available)
|
||||
bar {
|
||||
status_command i3status-rs ~/.config/i3status-rs/config.toml
|
||||
font pango:Iosevka Term, FontAwesome Bold 12px
|
||||
font pango:Iosevka Term, FontAwesome Bold 14px
|
||||
colors {
|
||||
background #000000
|
||||
statusline #d5c4a1
|
||||
|
||||
@ -30,7 +30,7 @@ driver = "alsa"
|
||||
|
||||
[[block]]
|
||||
block = "net"
|
||||
device = "wlan0"
|
||||
device = "wlp1s0"
|
||||
ssid = true
|
||||
ip = true
|
||||
speed_down = false
|
||||
|
||||
@ -384,51 +384,51 @@ c.fonts.monospace = '"Iosevka Term", Terminus, Monospace, "DejaVu Sans Mono", Mo
|
||||
|
||||
# Font used in the completion widget.
|
||||
# Type: Font
|
||||
c.fonts.completion.entry = '7pt bold monospace'
|
||||
c.fonts.completion.entry = '12pt bold monospace'
|
||||
|
||||
# Font used in the completion categories.
|
||||
# Type: Font
|
||||
c.fonts.completion.category = 'bold 7pt monospace'
|
||||
c.fonts.completion.category = 'bold 12pt monospace'
|
||||
|
||||
# Font used for the debugging console.
|
||||
# Type: QtFont
|
||||
c.fonts.debug_console = '7pt bold monospace'
|
||||
c.fonts.debug_console = '12pt bold monospace'
|
||||
|
||||
# Font used for the downloadbar.
|
||||
# Type: Font
|
||||
c.fonts.downloads = '7pt bold monospace'
|
||||
c.fonts.downloads = '12pt bold monospace'
|
||||
|
||||
# Font used for the hints.
|
||||
# Type: Font
|
||||
c.fonts.hints = '7pt bold monospace'
|
||||
c.fonts.hints = '12pt bold monospace'
|
||||
|
||||
# Font used in the keyhint widget.
|
||||
# Type: Font
|
||||
c.fonts.keyhint = '7pt bold monospace'
|
||||
c.fonts.keyhint = '12pt bold monospace'
|
||||
|
||||
# Font used for error messages.
|
||||
# Type: Font
|
||||
c.fonts.messages.error = '7pt bold monospace'
|
||||
c.fonts.messages.error = '12pt bold monospace'
|
||||
|
||||
# Font used for info messages.
|
||||
# Type: Font
|
||||
c.fonts.messages.info = '7pt bold monospace'
|
||||
c.fonts.messages.info = '12pt bold monospace'
|
||||
|
||||
# Font used for warning messages.
|
||||
# Type: Font
|
||||
c.fonts.messages.warning = '7pt bold monospace'
|
||||
c.fonts.messages.warning = '12pt bold monospace'
|
||||
|
||||
# Font used for prompts.
|
||||
# Type: Font
|
||||
c.fonts.prompts = '10pt sans-serif'
|
||||
c.fonts.prompts = '16pt sans-serif'
|
||||
|
||||
# Font used in the statusbar.
|
||||
# Type: Font
|
||||
c.fonts.statusbar = '7pt bold monospace'
|
||||
c.fonts.statusbar = '12pt bold monospace'
|
||||
|
||||
# Font used in the tab bar.
|
||||
# Type: QtFont
|
||||
c.fonts.tabs = '7pt bold monospace'
|
||||
c.fonts.tabs = '12pt bold monospace'
|
||||
|
||||
# Font family for cursive fonts.
|
||||
# Type: FontFamily
|
||||
|
||||
Loading…
Reference in New Issue
Block a user