add revelation
This commit is contained in:
@@ -19,7 +19,7 @@ local my_table = awful.util.table or gears.table -- 4.{0,1} compatibility
|
||||
|
||||
local theme = {}
|
||||
theme.dir = os.getenv("HOME") .. "/.config/awesome/themes/powerarrow-dark"
|
||||
theme.wallpaper = os.getenv("HOME") .. "/Pictures/Wallpapers/forest.jpg"
|
||||
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"
|
||||
@@ -36,6 +36,13 @@ theme.border_normal = theme.bg_normal
|
||||
theme.border_focus = theme.fg_normal
|
||||
theme.border_marked = xrdb.color5 or "#CC9393"
|
||||
theme.notification_icon_size = dpi(128)
|
||||
-- theme.jules
|
||||
theme.taglist_fg_focus = "#3992af"
|
||||
theme.taglist_fg_occupied = "#164b5d"
|
||||
theme.taglist_fg_urgent = "#ED7572"
|
||||
theme.taglist_fg_empty = "#828282"
|
||||
theme.taglist_spacing = 2
|
||||
theme.taglist_font = "awesomewm-font 11"
|
||||
-- theme.border_radius = dpi(10)
|
||||
theme.fg_warning = xrdb.color3 or "#E3D18A"
|
||||
|
||||
@@ -454,7 +461,8 @@ 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 = "alpha", fg = theme.fg_normal })
|
||||
s.mywibox = awful.wibar({ position = "top", screen = s, height = dpi(26, s), bg = "#011626", fg = theme.fg_normal })
|
||||
|
||||
-- Add widgets to the wibox
|
||||
s.mywibox:setup({
|
||||
|
||||
Reference in New Issue
Block a user