March 12th Update
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user