set wp: scaled,centered,tiled

master
Daniel Napora 2022-12-20 11:32:16 +01:00
parent ebfbb71680
commit d3a8b373c7
4 changed files with 34 additions and 5 deletions

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Type = Menu
Name = Wallpaper menu
Tooltip = Set as wallpaper...
Tooltip[pl] = Ustaw jako tapetę...
Tooltip[fr]=Définir comme fond d'écran
Tooltip[es]=Establecer como fondo de pantalla
Icon = user-desktop
ItemsList = set-wp-nitrogen-scaled;set-wp-nitrogen-centered;set-wp-nitrogen-tiled;

View File

@ -0,0 +1,11 @@
[Desktop Entry]
Type=Action
Name=Centered
Icon=user-desktop
Profiles=profile-setaswallpaper
[X-Action-Profile profile-setaswallpaper]
MimeTypes=image/*;
Exec=nitrogen --set-centered %f --save
Name=Set centered
SelectionCount=1

View File

@ -1,13 +1,11 @@
[Desktop Entry]
Type=Action
Name=Set As Wallpaper
Name[fr]=Définir comme fond d'écran
Name[pl]=Ustaw jako tapetę
Name[es]=Establecer como fondo de pantalla
Name=Scaled
Icon=user-desktop
Profiles=profile-setaswallpaper
[X-Action-Profile profile-setaswallpaper]
MimeTypes=image/*;
Exec=nitrogen --set-scaled %f --save
Name=Default profile
Name=Set centered
SelectionCount=1

View File

@ -0,0 +1,11 @@
[Desktop Entry]
Type=Action
Name=Tiled
Icon=user-desktop
Profiles=profile-setaswallpaper
[X-Action-Profile profile-setaswallpaper]
MimeTypes=image/*;
Exec=nitrogen --set-tiled %f --save
Name=Set tiled
SelectionCount=1