diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 4e0e0c0..6dcf37e 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -227,11 +227,7 @@ awful.screen.connect_for_each_screen(function(s) { -- Right widgets -- Colors: #DDDD77 #77DDDD #DD77DD #7777DD #77DD77 layout = wibox.layout.fixed.horizontal, - arrow("alpha", "#DDDD77"), - wibox.container.background( mykeyboardlayout, "#DDDD77"), - arrow("#DDDD77", "#77DDDD"), - wibox.container.background( nil , "#77DDDD"), - arrow("#77DDDD", "#DD77DD"), + arrow("alpha", "#DD77DD"), wibox.container.background( battery_widget({ show_current_level = true, margin_right = 2, @@ -609,6 +605,13 @@ client.connect_signal("focus", function(c) c.border_color = beautiful.border_foc client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end) -- }}} + +-- Stuff to kill just in case +awful.spawn.once("killall lxsession") +awful.spawn.once("killall picom") +awful.spawn.once("kilall nm-applet") +awful.spawn.once("killall volumeicon") + -- Stuff to start -- awful.spawn.once("lxpolkit") -- Polkit awful.spawn.once("lxsession") -- Let's run an lxsession which has a polkit diff --git a/awesome/.config/awesome/theme.lua b/awesome/.config/awesome/theme.lua index a871ca9..6740e68 100644 --- a/awesome/.config/awesome/theme.lua +++ b/awesome/.config/awesome/theme.lua @@ -20,8 +20,8 @@ local themes_path = gfs.get_themes_dir() local theme = {} theme.font = "Mononoki Nerd Font 8" -theme.bg_normal = "#222222" -theme.bg_focus = "#222222" +theme.bg_normal = "#222222AA" +theme.bg_focus = "#222222AA" theme.bg_urgent = "#cc0088" theme.bg_minimize = "#222222" theme.bg_systray = "#7777DD" @@ -104,7 +104,8 @@ 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 = "~/.config/awesome/wallpapers/miku.jpg" +-- theme.wallpaper = "~/.config/awesome/wallpapers/miku.jpg" +theme.wallpaper = "~/.config/awesome/wallpapers/black-turquoise.jpg" -- You can use your own layout icons like this: theme.layout_fairh = themes_path.."default/layouts/fairhw.png" diff --git a/awesome/.config/awesome/wallpapers/black-turquoise.jpg b/awesome/.config/awesome/wallpapers/black-turquoise.jpg new file mode 100644 index 0000000..b4f61f4 Binary files /dev/null and b/awesome/.config/awesome/wallpapers/black-turquoise.jpg differ