Update awesome themes and only start volumeicon once

This commit is contained in:
Warren Hood 2023-02-09 20:32:04 +02:00
parent 2dbdfeb7e3
commit 84b841e6d6
3 changed files with 12 additions and 8 deletions

View file

@ -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

View file

@ -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"

Binary file not shown.

After

Width:  |  Height:  |  Size: 436 KiB