Updated
This commit is contained in:
parent
edbf08a205
commit
a1a645f22a
2
PKGBUILD
2
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=archcraft-openbox
|
||||
pkgver=1.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Openbox WM Configurations for Archcraft"
|
||||
url="https://github.com/archcraft-os/archcraft-openbox"
|
||||
arch=('any')
|
||||
|
|
|
@ -134,6 +134,8 @@ font-2 = "Iosevka Nerd Font:size=15;4"
|
|||
font-3 = "Iosevka Nerd Font:size=10;4"
|
||||
; clock & mpd
|
||||
font-4 = "Iosevka:style=bold:size=10;4"
|
||||
; Archcraft
|
||||
font-5 = "archcraft:size=12;3"
|
||||
|
||||
; Modules are added to one of the available blocks
|
||||
; modules-left = cpu ram
|
||||
|
|
|
@ -1029,8 +1029,10 @@ label-empty-padding = 1
|
|||
[module/menu]
|
||||
type = custom/text
|
||||
|
||||
content = 異
|
||||
content-font = 2
|
||||
content =
|
||||
content-font = 6
|
||||
;content = 異
|
||||
;content-font = 2
|
||||
content-background = ${color.BGL}
|
||||
content-foreground = ${color.LIME}
|
||||
content-padding = 0
|
||||
|
|
Loading…
Reference in New Issue