March 12th Update

This commit is contained in:
Augusto Gunsch
2022-03-12 14:49:08 -03:00
parent af39225ac2
commit 15bfd14bf7
9 changed files with 96 additions and 59 deletions

View File

@@ -80,11 +80,13 @@ local background_processes = {
"flameshot",
"nm-applet",
"lxpolkit",
"unclutter"
"unclutter",
"autocutsel -d -s PRIMARY",
"autocutsel -d"
}
local reload_programs = {
"customkeys"
"customkeys",
}
-- Table of layouts to cover with awful.layout.inc, order matters.
@@ -280,14 +282,14 @@ awful.screen.connect_for_each_screen(function(s)
with_icon = true,
mute_color = beautiful.bg_urgent
},
--battery_widget{
--enable_battery_warning = true
--},
--brightness_widget {
--type = 'icon_and_text',
--program = 'brightnessctl',
--percentage = false
--},
battery_widget{
enable_battery_warning = true
},
brightness_widget {
type = 'icon_and_text',
program = 'brightnessctl',
percentage = false
},
mytextclock,
s.mylayoutbox,
}

View File

@@ -24,7 +24,7 @@ theme.fg_focus = "#ffffff"
theme.fg_urgent = "#ffffff"
theme.fg_minimize = "#ffffff"
theme.useless_gap = dpi(2)
--theme.useless_gap = dpi(2)
theme.border_width = dpi(0.5)
theme.border_normal = "#000000"
theme.border_focus = "#ffffff"