Bind settings window to Cinnamon Spiced pref button

This commit is contained in:
2023-12-23 14:02:31 +01:00
parent 132b33bdf8
commit 7c5e86e8dc
12 changed files with 3603 additions and 634 deletions

View File

@@ -1,41 +1,41 @@
class PrefenceEnums(enumerate):
EXPANDOVERALLDISPLAY = "expand_over_all_displays"
SHOWONLOCKSCREEN = "show_on_lock_screen"
EXPAND_OVER_ALL_DISPLAY = "expand_over_all_displays"
SHOW_ON_LOCK_SCREEN = "show_on_lock_screen"
# Which type of image source will be used
# image_set, heic_file, source_folder
IMAGESOURCE = "image_source"
IMAGE_SOURCE = "image_source"
SELECTEDIMAGESET = "selected_image_set"
SELECTEDSOURCEFOLDER = "selected_source_folder"
SELECTED_IMAGE_SET = "selected_image_set"
SELECTED_SOURCE_FOLDER = "selected_source_folder"
PERIOD1IMAGE = "period_1_image"
PERIOD2IMAGE = "period_2_image"
PERIOD3IMAGE = "period_3_image"
PERIOD4IMAGE = "period_4_image"
PERIOD5IMAGE = "period_5_image"
PERIOD6IMAGE = "period_6_image"
PERIOD7IMAGE = "period_7_image"
PERIOD8IMAGE = "period_8_image"
PERIOD9IMAGE = "period_9_image"
PERIOD10IMAGE = "period_10_image"
PERIOD_0_IMAGE = "period_0_image"
PERIOD_1_IMAGE = "period_1_image"
PERIOD_2_IMAGE = "period_2_image"
PERIOD_3_IMAGE = "period_3_image"
PERIOD_4_IMAGE = "period_4_image"
PERIOD_5_IMAGE = "period_5_image"
PERIOD_6_IMAGE = "period_6_image"
PERIOD_7_IMAGE = "period_7_image"
PERIOD_8_IMAGE = "period_8_image"
PERIOD_9_IMAGE = "period_9_image"
# How the period will estimage
# network_location, custom_location, custom_time_periods
PERIODSOURCE = "period_source"
PERIOD_SOURCE = "period_source"
LOCATIONREFRESHINTERVALS = "location_refresh_intervals"
LOCATION_REFRESH_INTERVALS = "location_refresh_intervals"
LATITUDE = "latitude"
LONGITUDE = "longitude"
PERIOD1STARTTIME = "period_1_start_time"
PERIOD2STARTTIME = "period_2_start_time"
PERIOD3STARTTIME = "period_3_start_time"
PERIOD4STARTTIME = "period_4_start_time"
PERIOD5STARTTIME = "period_5_start_time"
PERIOD6STARTTIME = "period_6_start_time"
PERIOD7STARTTIME = "period_7_start_time"
PERIOD8STARTTIME = "period_8_start_time"
PERIOD9STARTTIME = "period_9_start_time"
PERIOD10STARTTIME = "period_10_start_time"
PERIOD_0_STARTTIME = "period_0_start_time"
PERIOD_1_STARTTIME = "period_1_start_time"
PERIOD_2_STARTTIME = "period_2_start_time"
PERIOD_3_STARTTIME = "period_3_start_time"
PERIOD_4_STARTTIME = "period_4_start_time"
PERIOD_5_STARTTIME = "period_5_start_time"
PERIOD_6_STARTTIME = "period_6_start_time"
PERIOD_7_STARTTIME = "period_7_start_time"
PERIOD_8_STARTTIME = "period_8_start_time"
PERIOD_9_STARTTIME = "period_9_start_time"