diff options
| author | delta <darkussdelta@gmail.com> | 2026-01-19 06:30:33 +0100 |
|---|---|---|
| committer | delta <darkussdelta@gmail.com> | 2026-01-19 06:30:33 +0100 |
| commit | 225eeafcea67d63a608f9c666faf2a2ef014be4a (patch) | |
| tree | 7bc59e81983a02d44085545a385058a35de0a8ef /.config/awesome/ui/statusbar/panel/widgets/notifs/consts.lua | |
| parent | d7c66522cf365f516babcfeb1d4a2d36c3ea41af (diff) | |
sync: electric boogaloo
Diffstat (limited to '.config/awesome/ui/statusbar/panel/widgets/notifs/consts.lua')
| -rw-r--r-- | .config/awesome/ui/statusbar/panel/widgets/notifs/consts.lua | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/awesome/ui/statusbar/panel/widgets/notifs/consts.lua b/.config/awesome/ui/statusbar/panel/widgets/notifs/consts.lua new file mode 100644 index 0000000..c864483 --- /dev/null +++ b/.config/awesome/ui/statusbar/panel/widgets/notifs/consts.lua @@ -0,0 +1,13 @@ +local qcolor = require "quarrel.color" + +local C = {} + +C.NOTIF_TIMEOUT = 3 +C.LEVEL_COLORS = { + debug = qcolor.palette.purple(), + info = qcolor.palette.blue(), + warn = qcolor.palette.orange(), + error = qcolor.palette.red(), +} + +return C |
