mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 20:04:59 +01:00
Update awesome themes and only start volumeicon once
This commit is contained in:
parent
2dbdfeb7e3
commit
84b841e6d6
|
@ -227,11 +227,7 @@ awful.screen.connect_for_each_screen(function(s)
|
||||||
{ -- Right widgets
|
{ -- Right widgets
|
||||||
-- Colors: #DDDD77 #77DDDD #DD77DD #7777DD #77DD77
|
-- Colors: #DDDD77 #77DDDD #DD77DD #7777DD #77DD77
|
||||||
layout = wibox.layout.fixed.horizontal,
|
layout = wibox.layout.fixed.horizontal,
|
||||||
arrow("alpha", "#DDDD77"),
|
arrow("alpha", "#DD77DD"),
|
||||||
wibox.container.background( mykeyboardlayout, "#DDDD77"),
|
|
||||||
arrow("#DDDD77", "#77DDDD"),
|
|
||||||
wibox.container.background( nil , "#77DDDD"),
|
|
||||||
arrow("#77DDDD", "#DD77DD"),
|
|
||||||
wibox.container.background( battery_widget({
|
wibox.container.background( battery_widget({
|
||||||
show_current_level = true,
|
show_current_level = true,
|
||||||
margin_right = 2,
|
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)
|
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
|
-- Stuff to start
|
||||||
-- awful.spawn.once("lxpolkit") -- Polkit
|
-- awful.spawn.once("lxpolkit") -- Polkit
|
||||||
awful.spawn.once("lxsession") -- Let's run an lxsession which has a polkit
|
awful.spawn.once("lxsession") -- Let's run an lxsession which has a polkit
|
||||||
|
|
|
@ -20,8 +20,8 @@ local themes_path = gfs.get_themes_dir()
|
||||||
local theme = {}
|
local theme = {}
|
||||||
|
|
||||||
theme.font = "Mononoki Nerd Font 8"
|
theme.font = "Mononoki Nerd Font 8"
|
||||||
theme.bg_normal = "#222222"
|
theme.bg_normal = "#222222AA"
|
||||||
theme.bg_focus = "#222222"
|
theme.bg_focus = "#222222AA"
|
||||||
theme.bg_urgent = "#cc0088"
|
theme.bg_urgent = "#cc0088"
|
||||||
theme.bg_minimize = "#222222"
|
theme.bg_minimize = "#222222"
|
||||||
theme.bg_systray = "#7777DD"
|
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_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.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:
|
-- You can use your own layout icons like this:
|
||||||
theme.layout_fairh = themes_path.."default/layouts/fairhw.png"
|
theme.layout_fairh = themes_path.."default/layouts/fairhw.png"
|
||||||
|
|
BIN
awesome/.config/awesome/wallpapers/black-turquoise.jpg
Normal file
BIN
awesome/.config/awesome/wallpapers/black-turquoise.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 436 KiB |
Loading…
Reference in a new issue