All kinds of idk changes with idk stuff!
This commit is contained in:
parent
9e5f0ad759
commit
131bb57ac3
25 changed files with 245 additions and 68 deletions
|
@ -10,6 +10,7 @@ local gears = require('gears')
|
|||
local gfs = require("gears.filesystem")
|
||||
local themes_path = gfs.get_themes_dir()
|
||||
local wallpaperdir = "/home/chris/Pictures/wallpapers/"
|
||||
local bling = require "bling"
|
||||
|
||||
local theme = {}
|
||||
|
||||
|
@ -122,11 +123,10 @@ theme.mstab_dont_resize_slaves = false -- whether the tabbed stack windows
|
|||
-- If you want a custom value. Set it to the number of pixels (int)
|
||||
|
||||
theme.mstab_tabbar_height = 400
|
||||
theme.tabbar_radius = 40
|
||||
theme.tabbar_bg_normal = theme.bg_normal
|
||||
theme.tabbar_fg_normal = theme.fg_normal
|
||||
theme.tabbar_bg_focus = theme.bg_focus
|
||||
theme.tabbar_fg_focus = theme.fg_focus
|
||||
-- theme.tabbar_bg_normal = theme.bg_normal
|
||||
-- theme.tabbar_fg_normal = theme.fg_normal
|
||||
-- theme.tabbar_bg_focus = theme.bg_focus
|
||||
-- theme.tabbar_fg_focus = theme.fg_focus
|
||||
theme.mstab_border_radius = 50 -- border radius of the tabbar
|
||||
|
||||
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