This commit is contained in:
Chris Cochrun 2022-04-11 17:33:12 -05:00
parent 85f24aaab6
commit fb4804311c
10 changed files with 97 additions and 77 deletions

View file

@ -11,6 +11,7 @@ local gfs = require("gears.filesystem")
local themes_path = gfs.get_themes_dir()
local wallpaperdir = "/home/chris/Pictures/wallpapers/"
local bling = require("bling")
local configdir = gfs.get_configuration_dir()
local theme = {}
@ -52,7 +53,7 @@ theme.fg_minimize = theme.base04
theme.red = "#ff5c57"
theme.useless_gap = dpi(11)
theme.useless_gap = dpi(9)
theme.border_width = dpi(0)
theme.transparent = "#00000000"
theme.bg_systray = "#282a36AA"
@ -61,19 +62,19 @@ theme.border_focus = "#00000000"
theme.border_marked = "#00000000"
theme.mstab_tabbar_height = 400
-- theme.mstab_tabbar_height = 400
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_bar_padding = "default" -- how much padding there should be between clients and your tabbar
theme.mstab_tabbar_position = "bottom" -- position of the tabbar (mstab currently does not support left,right)
theme.mstab_tabbar_style = "default" -- style of the tabbar ("default", "boxes" or "modern")
-- theme.mstab_tabbar_position = "bottom" -- position of the tabbar (mstab currently does not support left,right)
-- theme.mstab_tabbar_style = "default" -- style of the tabbar ("default", "boxes" or "modern")
-- defaults to the tabbar_style so only change if you want a
-- different style for mstab and tabbed
theme.tabbar_bar_ontop = false -- whether you want to allow the bar to be ontop of clients
-- theme.tabbar_bar_ontop = false -- whether you want to allow the bar to be ontop of clients
theme.tabbar_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
@ -108,8 +109,8 @@ theme.taglist_squares_unsel = theme_assets.taglist_squares_unsel(
-- mstab
theme.mstab_bar_ontop = false -- whether you want to allow the bar to be ontop of clients
theme.mstab_dont_resize_slaves = false -- whether the tabbed stack windows should be smaller than the
-- theme.mstab_bar_ontop = false -- whether you want to allow the bar to be ontop of clients
-- 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
-- by default it will adjust based on your useless gaps.
@ -119,10 +120,10 @@ theme.mstab_dont_resize_slaves = false -- whether the tabbed stack windows
-- 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 = 30 -- border radius of the tabbar
theme.mstab_bar_padding = "default" -- how much padding there should be between clients and your tabbar
theme.mstab_tabbar_position = "top" -- position of the tabbar (mstab currently does not support left,right)
theme.mstab_tabbar_style = "default" -- style of the tabbar ("default", "boxes" or "modern")
-- theme.mstab_border_radius = 30 -- border radius of the tabbar
-- theme.mstab_bar_padding = "default" -- how much padding there should be between clients and your tabbar
-- theme.mstab_tabbar_position = "top" -- position of the tabbar (mstab currently does not support left,right)
-- theme.mstab_tabbar_style = "default" -- style of the tabbar ("default", "boxes" or "modern")
-- defaults to the tabbar_style so only change if you want a
-- different style for mstab and tabbed
@ -160,48 +161,6 @@ theme.menu_width = dpi(100)
-- beautiful.variable in your rc.lua
--theme.bg_widget = "#cc0000"
-- mstab
theme.mstab_bar_ontop = false -- whether you want to allow the bar to be ontop of clients
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
-- by default it will adjust based on your useless gaps.
-- If you want a custom value. Set it to the number of pixels (int)
theme.mstab_tabbar_height = 400
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
theme.mstab_tabbar_position = "bottom" -- position of the tabbar (mstab currently does not support left,right)
theme.mstab_tabbar_style = "default" -- style of the tabbar ("default", "boxes" or "modern")
-- defaults to the tabbar_style so only change if you want a
-- different style for mstab and tabbed
theme.tabbar_bar_ontop = false -- whether you want to allow the bar to be ontop of clients
theme.tabbar_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
-- by default it will adjust based on your useless gaps.
-- If you want a custom value. Set it to the number of pixels (int)
theme.tabbar_tabbar_height = 400
-- 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_border_radius = 50 -- border radius of the tabbar
theme.tabbar_bar_padding = "default" -- how much padding there should be between clients and your tabbar
theme.tabbar_tabbar_position = "bottom" -- position of the tabbar (mstab currently does not support left,right)
theme.tabbar_tabbar_style = "modern" -- style of the tabbar ("default", "boxes" or "modern")
-- defaults to the tabbar_style so only change if you want a
-- different style for mstab and tabbed
-- wibar
theme.wibar_shape = gears.shape.rounded_bar
@ -268,6 +227,7 @@ theme.layout_cornernw = themes_path.."default/layouts/cornernww.png"
theme.layout_cornerne = themes_path.."default/layouts/cornernew.png"
theme.layout_cornersw = themes_path.."default/layouts/cornersww.png"
theme.layout_cornerse = themes_path.."default/layouts/cornersew.png"
theme.layout_mstab = configdir.."bling/icons/layouts/mstab.png"
-- Notifications