🔧 chore: add default wallpaper + default config, remove drun apps support

fixes a lot of issues related to color generation, since now there's a default wallpaper
This commit is contained in:
retrozinndev
2025-08-23 12:21:57 -03:00
parent 48ee49d867
commit 8ed04b6fed
13 changed files with 50 additions and 79 deletions
+5 -5
View File
@@ -42,8 +42,8 @@ background {
# Time
label {
monitor =
text = cmd[update:30000] echo -e "$(date +"%R")" # 24-hours
# text = cmd[update:30000] echo -e "$(date +"%I:%M %p")" # 12-hours (AM/PM)
text = cmd[update:30000] echo -n "$(date +"%R")" # 24-hours
# text = cmd[update:30000] echo -n "$(date +"%I:%M %p")" # 12-hours (AM/PM)
color = $foreground
shadow_passes = 1
shadow_size = 2
@@ -59,7 +59,7 @@ label {
# Date
label {
monitor =
text = cmd[update:43200000] echo -e "$(date +"%A, %d %B %Y")"
text = cmd[update:43200000] echo -n "$(date +"%A, %d %B %Y")"
color = $foreground
shadow_passes = 1
shadow_size = 2
@@ -78,13 +78,13 @@ label {
font_size = 6
font_family = $minimalFont
color = $foreground
text = Currently logged in as $USER
text = cmd[update:0] echo -n "Logged as $USER in $(hostnamectl hostname)"
halign = center
valign = bottom
position = 0, 5
}
Media
# Media
label {
monitor =
font_size = 12