adds overview, removes old stuff

This commit is contained in:
2026-08-19 20:47:29 +02:00
parent 6a9ae98c26
commit 67d50fb504
75 changed files with 3558 additions and 1691 deletions
+19 -19
View File
@@ -1,22 +1,22 @@
-- config/colors.lua
-- Centralised palette
-- Use these Lua globals throughout every other module.
background = "rgb(090A0D)"
foreground = "rgb(B1B2B5)"
color0 = "rgb(484338)"
color1 = "rgb(5C564B)"
color2 = "rgb(54708A)"
color3 = "rgb(8B7C56)"
color4 = "rgb(537FBA)"
color5 = "rgb(E3D096)"
color6 = "rgb(6886F3)"
color7 = "rgb(86898D)"
color8 = "rgb(5E6063)"
color9 = "rgb(5C564B)"
color10 = "rgb(54708A)"
color11 = "rgb(8B7C56)"
color12 = "rgb(537FBA)"
color13 = "rgb(E3D096)"
color14 = "rgb(6886F3)"
color15 = "rgb(86898D)"
wallpaper = "/usr/share/wallpapers/downloaded/pexels-philippedonn-1114690.jpg"
background = "rgb(080701)"
foreground = "rgb(AEADA7)"
color0 = "rgb(463E37)"
color1 = "rgb(3B3E4D)"
color2 = "rgb(5D8071)"
color3 = "rgb(464E89)"
color4 = "rgb(1982B3)"
color5 = "rgb(609D75)"
color6 = "rgb(73BAFF)"
color7 = "rgb(848279)"
color8 = "rgb(5C5B54)"
color9 = "rgb(3B3E4D)"
color10 = "rgb(5D8071)"
color11 = "rgb(464E89)"
color12 = "rgb(1982B3)"
color13 = "rgb(609D75)"
color14 = "rgb(73BAFF)"
color15 = "rgb(848279)"
wallpaper = "/usr/share/wallpapers/downloaded/pexels-jplenio-1102908.jpg"