mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
345807d172
Config updated to the existing programs ede-conf will read config from XDG paths
32 lines
786 B
Plaintext
32 lines
786 B
Plaintext
#
|
|
# This is a default data for ede-conf
|
|
#
|
|
|
|
[EdeConf]
|
|
# main items
|
|
items = edewmconf,ede-desktop-conf,ede-screensaver-conf,ede-timedate
|
|
|
|
[edewmconf]
|
|
name = Window manager
|
|
tip = This item will run window manager configuration
|
|
exec = ewmconf
|
|
icon = preferences-system-windows
|
|
|
|
[ede-desktop-conf]
|
|
name = Configure background and icons
|
|
tip = This item will configure desktop background and icons
|
|
exec = ede-desktop-conf
|
|
icon = preferences-desktop-wallpaper
|
|
|
|
[ede-screensaver-conf]
|
|
name = Configure screensaver
|
|
tip = This item will setup screensaver settings
|
|
exec = ede-screensaver-conf
|
|
icon = preferences-desktop-screensaver
|
|
|
|
[ede-timedate]
|
|
name = Configure time and date
|
|
tip = This item will configure system date and time
|
|
exec = ede-timedate
|
|
icon = preferences-date-time
|