Skip to content

Commit

Permalink
Added UI scaling, and re-adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
demure committed May 3, 2023
1 parent 6dae723 commit 70b6300
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Xdefaults
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,6 @@ URxvt.keysym.M-C-Right: resize-font:show

!! For wm
Xcursor.theme: Vanilla-DMZ-AA

!! UI Scaling
Xft.dpi: 120
2 changes: 1 addition & 1 deletion config/kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bold_font auto
italic_font auto
bold_italic_font auto

font_size 16
font_size 13

foreground #eeeeec
background #3f3f3f
Expand Down
10 changes: 5 additions & 5 deletions config/polybar/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ bwhite = #C5C8C6
[bar/main]
monitor = ${env:MONITOR:}
width = 100%
height = 14
height = 19
fixed-center = false

border-color = ${colors.bblack}
Expand All @@ -61,12 +61,12 @@ border-color = ${colors.bblack}
background = ${colors.m_bg}
foreground = ${colors.m_fg}

font-0 = "PragmataPro:size=10;3"
font-0 = "PragmataPro:size=13;3"
;; It looks like PragmataPro includes FA now, so FA isn't called
font-1 = "FontAwesome:size=10;2"
font-1 = "FontAwesome:size=13;2"
;; Back up font, and japanese support (so I get less error msgs) (window titles)
font-2 = "Noto Sans Mono:size=10;3"
font-3 = "Noto Sans Mono CJK JP:size=10;3"
font-2 = "Noto Sans Mono:size=13;3"
font-3 = "Noto Sans Mono CJK JP:size=13;3"

modules-left = i3 title end_indicator_left
;modules-center =
Expand Down

0 comments on commit 70b6300

Please sign in to comment.