Add xrdb to polybar, correct mistake and add polybar relaunch alias

master
David Holland 2020-09-10 18:35:23 +02:00
parent bb13bd814f
commit a1524e9af9
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
3 changed files with 8 additions and 2 deletions

View File

@ -19,7 +19,7 @@
*.color13: #FF92D0
*.color14: #9AEDFE
*.color15: #E6E6E6
*.font: Hack:size=8:antialias=true:autohint=true
*.font: Hack:size=10:antialias=true:autohint=true
*.termName: xterm-256color
*.shell: /usr/bin/zsh
*.tabspaces: 4

View File

@ -14,7 +14,7 @@ error = #ff5555
[bar/top]
monitor = ${env:MONITOR:}
dpi = ${xrdb:Xft.dpi:-1}
font-0 = Hack:size=10;2
font-0 = ${xrdb:font:Hack:size=10:antialias=true:autohint=true}
monitor-strict = false
override-redirect = false
bottom = false

View File

@ -63,6 +63,12 @@ alias screenkey-obs='screenkey-obs-func'
# ======
alias firefox-private='firefox --private-window'
# ======
# ======
# Polybar
# ======
alias polybar-launch="$HOME/.config/polybar/launch"
# ======
# ===
# ===