Compare commits

...

1 Commits

Author SHA1 Message Date
5bab0d74a0 Store settings for my tablet 2019-06-23 20:28:10 +04:00
4 changed files with 16 additions and 16 deletions

View File

@ -26,7 +26,7 @@ URxvt.keysym.M-u: perl:url-select:select_next
! links color ! links color
!URxvt.colorUL: #4682B4 !URxvt.colorUL: #4682B4
Xft*dpi: 96 Xft*dpi: 120
Xft*antialias: true Xft*antialias: true
Xft.hinting: true Xft.hinting: true
Xft.hintstyle: hintslight Xft.hintstyle: hintslight

View File

@ -50,7 +50,7 @@ client.unfocused #333333 #222222 #bdae93 #292d2e #222222
client.urgent #2f343a #900000 #fbf1c7 #900000 #900000 client.urgent #2f343a #900000 #fbf1c7 #900000 #900000
client.placeholder #000000 #0c0c0c #fbf1c7 #000000 #0c0c0c client.placeholder #000000 #0c0c0c #fbf1c7 #000000 #0c0c0c
client.background #ffffff client.background #000000
# start a terminal # start a terminal
bindsym $mod+Shift+t exec terminal bindsym $mod+Shift+t exec terminal
@ -189,7 +189,7 @@ bindsym $mod+space scratchpad show
# finds out, if available) # finds out, if available)
bar { bar {
status_command i3status-rs ~/.config/i3status-rs/config.toml status_command i3status-rs ~/.config/i3status-rs/config.toml
font pango:Iosevka Term, FontAwesome Bold 12px font pango:Iosevka Term, FontAwesome Bold 14px
colors { colors {
background #000000 background #000000
statusline #d5c4a1 statusline #d5c4a1

View File

@ -30,7 +30,7 @@ driver = "alsa"
[[block]] [[block]]
block = "net" block = "net"
device = "wlan0" device = "wlp1s0"
ssid = true ssid = true
ip = true ip = true
speed_down = false speed_down = false

View File

@ -384,51 +384,51 @@ c.fonts.monospace = '"Iosevka Term", Terminus, Monospace, "DejaVu Sans Mono", Mo
# Font used in the completion widget. # Font used in the completion widget.
# Type: Font # Type: Font
c.fonts.completion.entry = '7pt bold monospace' c.fonts.completion.entry = '12pt bold monospace'
# Font used in the completion categories. # Font used in the completion categories.
# Type: Font # Type: Font
c.fonts.completion.category = 'bold 7pt monospace' c.fonts.completion.category = 'bold 12pt monospace'
# Font used for the debugging console. # Font used for the debugging console.
# Type: QtFont # Type: QtFont
c.fonts.debug_console = '7pt bold monospace' c.fonts.debug_console = '12pt bold monospace'
# Font used for the downloadbar. # Font used for the downloadbar.
# Type: Font # Type: Font
c.fonts.downloads = '7pt bold monospace' c.fonts.downloads = '12pt bold monospace'
# Font used for the hints. # Font used for the hints.
# Type: Font # Type: Font
c.fonts.hints = '7pt bold monospace' c.fonts.hints = '12pt bold monospace'
# Font used in the keyhint widget. # Font used in the keyhint widget.
# Type: Font # Type: Font
c.fonts.keyhint = '7pt bold monospace' c.fonts.keyhint = '12pt bold monospace'
# Font used for error messages. # Font used for error messages.
# Type: Font # Type: Font
c.fonts.messages.error = '7pt bold monospace' c.fonts.messages.error = '12pt bold monospace'
# Font used for info messages. # Font used for info messages.
# Type: Font # Type: Font
c.fonts.messages.info = '7pt bold monospace' c.fonts.messages.info = '12pt bold monospace'
# Font used for warning messages. # Font used for warning messages.
# Type: Font # Type: Font
c.fonts.messages.warning = '7pt bold monospace' c.fonts.messages.warning = '12pt bold monospace'
# Font used for prompts. # Font used for prompts.
# Type: Font # Type: Font
c.fonts.prompts = '10pt sans-serif' c.fonts.prompts = '16pt sans-serif'
# Font used in the statusbar. # Font used in the statusbar.
# Type: Font # Type: Font
c.fonts.statusbar = '7pt bold monospace' c.fonts.statusbar = '12pt bold monospace'
# Font used in the tab bar. # Font used in the tab bar.
# Type: QtFont # Type: QtFont
c.fonts.tabs = '7pt bold monospace' c.fonts.tabs = '12pt bold monospace'
# Font family for cursive fonts. # Font family for cursive fonts.
# Type: FontFamily # Type: FontFamily