Update: 2024-10-15

This commit is contained in:
2024-10-15 23:11:47 +03:00
parent 79b2e2f7b1
commit eae6ecaebb
808 changed files with 238018 additions and 205905 deletions

View File

@@ -298,11 +298,6 @@ awful.screen.connect_for_each_screen(function(s)
show_tooltip = true,
timeout = 1,
}),
batteryarc_widget({
show_current_level = true,
arc_thickness = 1,
size = 8,
}),
logout_menu_widget({
font = "JetBrainsMono NF 10",
onlogout = function()
@@ -321,6 +316,12 @@ awful.screen.connect_for_each_screen(function(s)
awful.spawn.with_shell("loginctl poweroff")
end,
}),
batteryarc_widget({
show_current_level = true,
font = "JetBrainsMono NF 6",
arc_thickness = 2,
size = 24,
}),
mytextclock,
s.mylayoutbox,
},