Add xrdb to polybar, correct mistake and add polybar relaunch alias
This commit is contained in:
parent
bb13bd814f
commit
a1524e9af9
3 changed files with 8 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
*.color13: #FF92D0
|
*.color13: #FF92D0
|
||||||
*.color14: #9AEDFE
|
*.color14: #9AEDFE
|
||||||
*.color15: #E6E6E6
|
*.color15: #E6E6E6
|
||||||
*.font: Hack:size=8:antialias=true:autohint=true
|
*.font: Hack:size=10:antialias=true:autohint=true
|
||||||
*.termName: xterm-256color
|
*.termName: xterm-256color
|
||||||
*.shell: /usr/bin/zsh
|
*.shell: /usr/bin/zsh
|
||||||
*.tabspaces: 4
|
*.tabspaces: 4
|
||||||
|
|
|
@ -14,7 +14,7 @@ error = #ff5555
|
||||||
[bar/top]
|
[bar/top]
|
||||||
monitor = ${env:MONITOR:}
|
monitor = ${env:MONITOR:}
|
||||||
dpi = ${xrdb:Xft.dpi:-1}
|
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
|
monitor-strict = false
|
||||||
override-redirect = false
|
override-redirect = false
|
||||||
bottom = false
|
bottom = false
|
||||||
|
|
|
@ -63,6 +63,12 @@ alias screenkey-obs='screenkey-obs-func'
|
||||||
# ======
|
# ======
|
||||||
alias firefox-private='firefox --private-window'
|
alias firefox-private='firefox --private-window'
|
||||||
# ======
|
# ======
|
||||||
|
|
||||||
|
# ======
|
||||||
|
# Polybar
|
||||||
|
# ======
|
||||||
|
alias polybar-launch="$HOME/.config/polybar/launch"
|
||||||
|
# ======
|
||||||
# ===
|
# ===
|
||||||
|
|
||||||
# ===
|
# ===
|
||||||
|
|
Loading…
Reference in a new issue