diff options
| author | delta <darkussdelta@gmail.com> | 2025-10-29 16:35:38 +0100 |
|---|---|---|
| committer | delta <darkussdelta@gmail.com> | 2025-10-29 16:35:38 +0100 |
| commit | d7c66522cf365f516babcfeb1d4a2d36c3ea41af (patch) | |
| tree | 30c7d6103037b31170ae6d8fd58e3849e3cea823 /.config/awesome/prismite.lua | |
| parent | df418700b7d776f03ee5b58daa2d497cddb45aca (diff) | |
a small refactor
Diffstat (limited to '.config/awesome/prismite.lua')
| -rw-r--r-- | .config/awesome/prismite.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/awesome/prismite.lua b/.config/awesome/prismite.lua index 497a1b9..b9423e8 100644 --- a/.config/awesome/prismite.lua +++ b/.config/awesome/prismite.lua @@ -19,7 +19,6 @@ theme.fg_focus = qcolor.palette.fg() theme.fg_urgent = qcolor.palette.fg() theme.fg_minimize = qcolor.palette.fg() --- theme.useless_gap = dpi(2) theme.useless_gap = qui.PADDING / 2 theme.border_width = qui.BORDER_WIDTH theme.border_normal = qcolor.palette.border() @@ -34,9 +33,7 @@ theme.notification_max_width = qui.CHAR_WIDTH * 48 theme.notification_shape = qui.shape theme.notification_spacing = theme.useless_gap * 2 --- naughty.config.defaults.timeout = qvars.notif_timeout naughty.config.defaults.position = "bottom_right" --- naughty.config.defaults.border_width = qui.BORDER_WIDTH theme.tasklist_plain_task_name = true theme.enable_spawn_cursor = false |
