A lot of awesome changes and trying to use kmonad
This commit is contained in:
parent
7fdc04e4d4
commit
f51ff07986
18 changed files with 246 additions and 80 deletions
|
@ -93,7 +93,9 @@ theme.tasklist_bg = theme.red
|
|||
-- notification_font
|
||||
-- notification_[bg|fg]
|
||||
-- notification_[width|height|margin]
|
||||
theme.notification_margin = 4
|
||||
theme.notification_margin = dpi(10)
|
||||
theme.notification_border_width = dpi(0)
|
||||
theme.notification_shape = gears.shape.rounded_rect
|
||||
-- notification_[border_color|border_width|shape|opacity]
|
||||
|
||||
-- Variables set for theming the menu:
|
||||
|
@ -110,7 +112,7 @@ theme.menu_width = dpi(100)
|
|||
|
||||
-- mstab
|
||||
theme.mstab_bar_ontop = true -- whether you want to allow the bar to be ontop of clients
|
||||
theme.mstab_dont_resize_slaves = true -- whether the tabbed stack windows should be smaller than the
|
||||
theme.mstab_dont_resize_slaves = false -- whether the tabbed stack windows should be smaller than the
|
||||
-- currently focused stack window (set it to true if you use
|
||||
-- transparent terminals. False if you use shadows on solid ones
|
||||
theme.mstab_bar_padding = "default" -- how much padding there should be between clients and your tabbar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue