Merge branch 'master' of github.com:ChrisCochrun/.dotfiles

made changes to make bar prettier and ensure flameshot loads.
This commit is contained in:
Chris Cochrun 2020-06-04 06:42:59 -05:00
commit a946f8e4f2
126 changed files with 6527 additions and 21 deletions

View file

@ -9,12 +9,11 @@ local gears = require('gears')
local gfs = require("gears.filesystem")
local themes_path = gfs.get_themes_dir()
-- local theme_dir = filesystem.get_configuration_dir() .. '/theme'
local wallpaperdir = "/home/chris/Pictures/wallpapers"
local theme = {}
theme.font = "VictorMono Nerd Font 10"
-- theme.icons = theme_dir .. '/icons/'
theme.font = "VictorMono Nerd Font SemiBold 10"
theme.bg_normal = "#282a36"
theme.bg_focus = "#43454f"
@ -86,8 +85,9 @@ theme.menu_width = dpi(100)
-- wibar
theme.wibar_shape = gears.shape.rounded_bar
theme.wibar_bg = theme.bg_normal
theme.wibar_fg = theme.fg_normal
-- theme.wibar_y = 1030
theme.wibar_x = 0
-- theme.wibar_x = 0
-- theme.wibar_stretch = false
theme.wibar_border_width = dpi(5)
theme.wibar_border_color = nil
@ -96,9 +96,8 @@ theme.wibar_border_color = nil
theme.wibar_opacity = 0.7
-- theme.wibar_type = nil
theme.wibar_width = dpi(1900)
-- theme.wibar_height = nil
theme.wibar_height = dpi(30)
-- theme.wibar_bgimage = nil
-- theme.wibar_fg = nil
-- Define the image to load
theme.titlebar_bg_normal = "#282A36FF"
@ -129,7 +128,7 @@ theme.titlebar_maximized_button_focus_inactive = themes_path.."default/titlebar
theme.titlebar_maximized_button_normal_active = themes_path.."default/titlebar/maximized_normal_active.png"
theme.titlebar_maximized_button_focus_active = themes_path.."default/titlebar/maximized_focus_active.png"
theme.wallpaper = themes_path.."default/background.png"
theme.wallpaper = wallpaperdir.."RoyalKing.png"
-- You can use your own layout icons like this:
theme.layout_fairh = themes_path.."default/layouts/fairhw.png"
@ -149,6 +148,8 @@ 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"
-- Notifications
-- Generate Awesome icon:
theme.awesome_icon = theme_assets.awesome_icon(
theme.menu_height, theme.bg_focus, theme.fg_focus