feat: Add a ton of theming and some fixes for startup order
This commit is contained in:
@@ -8,25 +8,10 @@ general {
|
||||
|
||||
# BACKGROUND
|
||||
background {
|
||||
# monitor =
|
||||
path = $HOME/.config/backgrounds/rengoku2.png
|
||||
# path = $HOME/.config/hypr/fireplace.mp4
|
||||
# path = $HOME/.config/backgrounds/rengoku2.png
|
||||
path = $HOME/.config/backgrounds/jellyfish.png
|
||||
blur_passes = 0
|
||||
# color = $base
|
||||
}
|
||||
|
||||
# Keyboard LAYOUT
|
||||
# label {
|
||||
# # monitor =
|
||||
# text = Layout: $LAYOUT
|
||||
# color = $text
|
||||
# font_size = 25
|
||||
# font_family = $font
|
||||
# position = 30, -30
|
||||
# halign = left
|
||||
# valign = top
|
||||
# }
|
||||
|
||||
# TIME
|
||||
label {
|
||||
# monitor =
|
||||
@@ -39,6 +24,18 @@ label {
|
||||
valign = top
|
||||
}
|
||||
|
||||
# Battery
|
||||
label {
|
||||
# monitor =
|
||||
text = cmd[update:1000] echo " $(cat /sys/class/power_supply/BAT0/capacity)%"
|
||||
color = rgb(255, 255, 255)
|
||||
font_size = 20
|
||||
font_family = $font
|
||||
position = -25, 10
|
||||
halign = right
|
||||
valign = bottom
|
||||
}
|
||||
|
||||
# DATE
|
||||
# label {
|
||||
# # monitor =
|
||||
|
||||
Reference in New Issue
Block a user