Add Systray option to config file
This commit is contained in:
		
							parent
							
								
									9d761e355b
								
							
						
					
					
						commit
						72b0d4b60f
					
				
					 1 changed files with 14 additions and 13 deletions
				
			
		| 
						 | 
					@ -4,9 +4,10 @@
 | 
				
			||||||
enable_wallpaper_sets = true
 | 
					enable_wallpaper_sets = true
 | 
				
			||||||
used_sets = ["anime", "nature"]
 | 
					used_sets = ["anime", "nature"]
 | 
				
			||||||
wallpapers_per_set = 5
 | 
					wallpapers_per_set = 5
 | 
				
			||||||
notify = False
 | 
					notify = true
 | 
				
			||||||
fallback_wallpaper = "/path/to/paper"
 | 
					fallback_wallpaper = "/home/emma/Bilder/Hintergründe/wideFallbackScreen.jpg"
 | 
				
			||||||
loglevel = "INFO"
 | 
					loglevel = "DEBUG"
 | 
				
			||||||
 | 
					systray = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Enter the hours at which you want the wallpaper to change.
 | 
					# Enter the hours at which you want the wallpaper to change.
 | 
				
			||||||
# If the script is called between one of this times, it will go back to the previous time.
 | 
					# If the script is called between one of this times, it will go back to the previous time.
 | 
				
			||||||
| 
						 | 
					@ -20,16 +21,16 @@ fifth = "21:00:00"
 | 
				
			||||||
# The first set in your list of used wallpaper sets.
 | 
					# The first set in your list of used wallpaper sets.
 | 
				
			||||||
# Pay attention that the name used here must equal to that used above.
 | 
					# Pay attention that the name used here must equal to that used above.
 | 
				
			||||||
[anime]
 | 
					[anime]
 | 
				
			||||||
pap0 = "/path/to/anime/paper"
 | 
					pap0 = "/home/emma/Bilder/Hintergründe/AnimeWallpaper/wideSniperNight.jpg"
 | 
				
			||||||
pap1 = "/path/to/anime/paper"
 | 
					pap1 = "/home/emma/Bilder/Hintergründe/AnimeWallpaper/wideDepressionMorning.jpg"
 | 
				
			||||||
pap2 = "/path/to/anime/paper"
 | 
					pap2 = "/home/emma/Bilder/Hintergründe/AnimeWallpaper/WideStreetDay.jpg"
 | 
				
			||||||
pap3 = "/path/to/anime/paper"
 | 
					pap3 = "/home/emma/Bilder/Hintergründe/AnimeWallpaper/WideDualityEvening.jpg"
 | 
				
			||||||
pap4 = "/path/to/anime/paper"
 | 
					pap4 = "/home/emma/Bilder/Hintergründe/AnimeWallpaper/wideNameNight.png"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# The second set in your list of wallpaper sets. See above.
 | 
					# The second set in your list of wallpaper sets. See above.
 | 
				
			||||||
[nature]
 | 
					[nature]
 | 
				
			||||||
pap0 = "/path/to/paper"
 | 
					pap0 = "/home/emma/Bilder/Hintergründe/wideFlowerNight.jpg"
 | 
				
			||||||
pap1 = "/path/to/paper"
 | 
					pap1 = "/home/emma/Bilder/Hintergründe/widePeninsulasMorning.jpg"
 | 
				
			||||||
pap2 = "/path/to/paper"
 | 
					pap2 = "/home/emma/Bilder/Hintergründe/wideMountainDay.jpg"
 | 
				
			||||||
pap3 = "/path/to/paper"
 | 
					pap3 = "/home/emma/Bilder/Hintergründe/wideForestEvening.png"
 | 
				
			||||||
pap4 = "/path/to/paper"
 | 
					pap4 = "/home/emma/Bilder/Hintergründe/wideForestTempleEveningNight.jpg"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue