diff options
Diffstat (limited to '.config/awesome/prismite.lua')
| -rw-r--r-- | .config/awesome/prismite.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/awesome/prismite.lua b/.config/awesome/prismite.lua index b9423e8..610ab9b 100644 --- a/.config/awesome/prismite.lua +++ b/.config/awesome/prismite.lua @@ -25,6 +25,10 @@ theme.border_normal = qcolor.palette.border() theme.border_focus = qcolor.palette.border() theme.border_marked = qcolor.palette.border() +theme.snap_bg = qcolor.palette.yellow() +theme.snap_border_width = qui.BORDER_WIDTH * 2 +theme.snap_shape = qui.shape + theme.notification_icon_size = dpi(32) theme.notification_border_width = qui.BORDER_WIDTH theme.notification_border_color = theme.border_normal |
