dark is dark
This commit is contained in:
@@ -23,8 +23,8 @@ theme.wallpaper = os.getenv("HOME") .. "/Images/wp10300105.jpg"
|
||||
theme.font = (xrdb.font_family or "JetBrainsMono Nerd Font") .. " " .. (xrdb.font_size or "10")
|
||||
theme.fg_normal = xrdb.foreground or "#DDDDFF"
|
||||
theme.fg_focus = xrdb.color4 or "#9A9FF1"
|
||||
theme.fg_urgent = xrdb.background or "#011626"
|
||||
theme.bg_normal = xrdb.background or "#011626"
|
||||
--theme.fg_urgent = xrdb.background or "#000000"
|
||||
theme.bg_normal = "#000000"
|
||||
theme.bg_focus = xrdb.color0 or "#213646"
|
||||
theme.bg_widget = theme.bg_normal
|
||||
theme.bg_widget_alt = theme.bg_focus
|
||||
@@ -462,7 +462,7 @@ function theme.at_screen_connect(s)
|
||||
|
||||
-- Create the wibox
|
||||
-- s.mywibox = awful.wibar({ position = "top", screen = s, height = dpi(26, s), bg = "alpha", fg = theme.fg_normal })
|
||||
s.mywibox = awful.wibar({ position = "top", screen = s, height = dpi(26, s), bg = "#011626", fg = theme.fg_normal })
|
||||
s.mywibox = awful.wibar({ position = "top", screen = s, height = dpi(26, s), bg = "#000000", fg = theme.fg_normal })
|
||||
|
||||
-- Add widgets to the wibox
|
||||
s.mywibox:setup({
|
||||
|
||||
Reference in New Issue
Block a user