added some keybinds and custom funcitions for managing the oddesy monitor

This commit is contained in:
venus
2026-07-06 05:48:11 -05:00
parent 1df6d1d9a2
commit 2414373294
7 changed files with 85 additions and 37 deletions

View File

@@ -1,9 +1,9 @@
$primary = rgb(9fcaff)
$surface = rgb(121316)
$secondary = rgb(bbc7db)
$error = rgb(ffb4ab)
$tertiary = rgb(d7bee4)
$surface_lowest = rgb(0d0e11)
$primary = rgb(b58fff)
$surface = rgb(000000)
$secondary = rgb(c79aff)
$error = rgb(ff6f9b)
$tertiary = rgb(d8b4ff)
$surface_lowest = rgb(030205)
general {
col.active_border = $primary

View File

@@ -2,11 +2,11 @@
-- Automatically generated by Noctalia user-templates
local colors = {
background = "#121316",
primary = "#9fcaff",
tertiary = "#d7bee4",
secondary = "#bbc7db",
error = "#ffb4ab",
background = "#000000",
primary = "#b58fff",
tertiary = "#d8b4ff",
secondary = "#c79aff",
error = "#ff6f9b",
}
return colors