hide awesomewm brightness widget and change default duedate and date format in todoman

This commit is contained in:
Al-Hassan Abdel-Raouf 2021-12-09 00:35:29 +02:00
parent f7017c3d73
commit 2cc1d9c659
2 changed files with 3 additions and 3 deletions

View File

@ -265,7 +265,7 @@ awful.screen.connect_for_each_screen(function(s)
s.mytasklist, -- Middle widget
{ -- Right widgets
volume_widget,
brightness_widget(brightness_config),
-- brightness_widget(brightness_config),
cpu_widget(cpu_config),
layout = wibox.layout.fixed.horizontal,
kbdcfg.widget,

View File

@ -1,6 +1,6 @@
# A glob expression which matches all directories relevant.
path = "~/.calendars/*"
date_format = "%d/%m/%Y"
date_format = "%Y-%m-%d"
time_format = "%H:%M"
default_list = "Personal"
#default_due = 48
default_due = 0