Testing
This commit is contained in:
parent
76be855285
commit
10312c08ba
3 changed files with 20 additions and 1 deletions
|
@ -59,4 +59,11 @@
|
||||||
target = "xfce4/xfconf/xfce-perchannel-xml/xsettings.xml";
|
target = "xfce4/xfconf/xfce-perchannel-xml/xsettings.xml";
|
||||||
text = builtins.readFile ./xfconf/xsettings.xml;
|
text = builtins.readFile ./xfconf/xsettings.xml;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Application launcher for the panel
|
||||||
|
xdg.configFile."app-launcher" = {
|
||||||
|
enable = true;
|
||||||
|
target = "xfce4/xfconf/panel/launcher-17/app-launcher.desktop";
|
||||||
|
text = builtins.readFile ./panel/launcher-17/app-launcher.desktop;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Exec=xfce4-appfinder
|
||||||
|
Icon=org.xfce.appfinder
|
||||||
|
StartupNotify=true
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Categories=Utility;X-XFCE;
|
||||||
|
Name=Application Finder
|
||||||
|
Comment=Find and launch applications installed on your system
|
||||||
|
Keywords=program;applications;bookmarks;
|
||||||
|
X-XFCE-Source=file:///run/current-system/sw/share/applications/xfce4-appfinder.desktop
|
|
@ -77,7 +77,7 @@
|
||||||
</property>
|
</property>
|
||||||
<property name="plugin-17" type="string" value="launcher">
|
<property name="plugin-17" type="string" value="launcher">
|
||||||
<property name="items" type="array">
|
<property name="items" type="array">
|
||||||
<value type="string" value="17125418341.desktop"/>
|
<value type="string" value="app-launcher.desktop"/>
|
||||||
</property>
|
</property>
|
||||||
</property>
|
</property>
|
||||||
<property name="plugin-19" type="string" value="separator">
|
<property name="plugin-19" type="string" value="separator">
|
||||||
|
|
Loading…
Reference in a new issue