mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
polybar: fix font
This commit is contained in:
parent
9dd35d6a9d
commit
e57ade6297
3 changed files with 9 additions and 9 deletions
|
|
@ -188,8 +188,9 @@ radius = 0.0
|
||||||
font-0 = pango:monospace:size=13;2
|
font-0 = pango:monospace:size=13;2
|
||||||
font-1 = NotoEmoji:scale=10:antialias=false;1
|
font-1 = NotoEmoji:scale=10:antialias=false;1
|
||||||
font-2 = fontawesome:pixelsize=13;3
|
font-2 = fontawesome:pixelsize=13;3
|
||||||
font-3 = JetBrains Mono Nerd Font:monospace:size=13;4
|
font-3 = JetBrainsMono Nerd Font:style=Medium,Regular:size=13;4
|
||||||
font-4 = JetBrains Mono Nerd Font:monospace:size=17;4
|
font-4 = JetBrainsMono Nerd Font:style=Medium,Regular:size=17;4
|
||||||
|
font-5 = Adwaita Mono:style=Regular:size=13;3
|
||||||
; Global bar config:3 ends here
|
; Global bar config:3 ends here
|
||||||
|
|
||||||
; [[file:../../Desktop.org::*Global bar config][Global bar config:4]]
|
; [[file:../../Desktop.org::*Global bar config][Global bar config:4]]
|
||||||
|
|
|
||||||
3
.config/rclone/filters-bisync
Normal file
3
.config/rclone/filters-bisync
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
- .*
|
||||||
|
- ~*
|
||||||
|
- .debris
|
||||||
10
Desktop.org
10
Desktop.org
|
|
@ -2171,16 +2171,12 @@ radius = 0.0
|
||||||
|
|
||||||
Fonts
|
Fonts
|
||||||
#+begin_src conf-windows
|
#+begin_src conf-windows
|
||||||
; font-0 = ${env:FONT0:pango:monospace:size=10;1}
|
|
||||||
; font-1 = ${env:FONT1:NotoEmoji:scale=10:antialias=false;0}
|
|
||||||
; font-2 = ${env:FONT2:fontawesome:pixelsize=10;1}
|
|
||||||
; font-3 = ${env:FONT3:JetBrains Mono Nerd Font:monospace:size=10;1}
|
|
||||||
|
|
||||||
font-0 = pango:monospace:size=13;2
|
font-0 = pango:monospace:size=13;2
|
||||||
font-1 = NotoEmoji:scale=10:antialias=false;1
|
font-1 = NotoEmoji:scale=10:antialias=false;1
|
||||||
font-2 = fontawesome:pixelsize=13;3
|
font-2 = fontawesome:pixelsize=13;3
|
||||||
font-3 = JetBrains Mono Nerd Font:monospace:size=13;4
|
font-3 = JetBrainsMono Nerd Font:style=Medium,Regular:size=13;4
|
||||||
font-4 = JetBrains Mono Nerd Font:monospace:size=17;4
|
font-4 = JetBrainsMono Nerd Font:style=Medium,Regular:size=17;4
|
||||||
|
font-5 = Adwaita Mono:style=Regular:size=13;3
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Modules. Because I sometimes set up different blocks on different monitors, they are set via environment variables.
|
Modules. Because I sometimes set up different blocks on different monitors, they are set via environment variables.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue