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/wicked/consts.lua | |
| parent | d7c66522cf365f516babcfeb1d4a2d36c3ea41af (diff) | |
sync: electric boogaloo
Diffstat (limited to '.config/awesome/ui/wicked/consts.lua')
| -rw-r--r-- | .config/awesome/ui/wicked/consts.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/awesome/ui/wicked/consts.lua b/.config/awesome/ui/wicked/consts.lua index c864483..31e31d5 100644 --- a/.config/awesome/ui/wicked/consts.lua +++ b/.config/awesome/ui/wicked/consts.lua @@ -3,6 +3,12 @@ local qcolor = require "quarrel.color" local C = {} C.NOTIF_TIMEOUT = 3 +C.LEVEL_PRIORITIES = { + debug = 0, + info = 1, + warn = 2, + error = 3 +} C.LEVEL_COLORS = { debug = qcolor.palette.purple(), info = qcolor.palette.blue(), |
