Kitty Terminal & Polybar Font Change
- Change dwm terminal from alacritty to kitty - Change polybar terminal from alacritty to kitty - Change polybar font from NotoSans Nerd Font to Ubuntu Nerd Font
This commit is contained in:
@@ -183,7 +183,7 @@ module-margin = ${sizes.module-margin}
|
||||
; font-2 = Termsynu:size=8;-1
|
||||
; font-3 = FontAwesome:size=10
|
||||
; See the Fonts wiki page for more details
|
||||
font-0 = "NotoSans Nerd Font:size=11;3"
|
||||
font-0 = "Ubuntu Nerd Font:size=11;3"
|
||||
font-1 = "FiraCode Nerd Font:size=11;3"
|
||||
font-2 = "Droid Sans Mono:size=11;3"
|
||||
font-3 = "IPAPGothic:size=11;3"
|
||||
@@ -591,7 +591,7 @@ interval = ${intervals.cpu}
|
||||
; <bar-load>
|
||||
; <ramp-load>
|
||||
; <ramp-coreload>
|
||||
format = %{A3:alacritty -e bpytop &:} <label> %{A}
|
||||
format = %{A3:kitty -e bpytop &:} <label> %{A}
|
||||
|
||||
; Available tokens:
|
||||
; %percentage% (default) - total cpu load averaged over all cores
|
||||
@@ -630,7 +630,7 @@ interval = ${intervals.memory}
|
||||
; <bar-swap-free>
|
||||
; <ramp-swap-used>
|
||||
; <ramp-swap-free>
|
||||
format = %{A3:alacritty -e bpytop &:} <label> %{A}
|
||||
format = %{A3:kitty -e bpytop &:} <label> %{A}
|
||||
|
||||
; Available tokens:
|
||||
; %percentage_used% (default)
|
||||
|
Reference in New Issue
Block a user