the desktop environment can be included via `self.nixosModules.nixos95` this will expose two options (for now): nixos95.enable -> enable the desktop environment nixos95.wallpaper -> path to the wallpaper to use currently the setup is closy coupled to this configuration, which will change in the future, so it can be used with any configuration
81 lines
3.4 KiB
XML
81 lines
3.4 KiB
XML
<?xml version="1.1" encoding="UTF-8"?>
|
|
|
|
<channel name="xfce4-panel" version="1.0">
|
|
<property name="configver" type="int" value="2"/>
|
|
<property name="panels" type="array">
|
|
<value type="int" value="1"/>
|
|
<property name="dark-mode" type="bool" value="true"/>
|
|
<property name="panel-1" type="empty">
|
|
<property name="position" type="string" value="p=8;x=1368;y=1810"/>
|
|
<property name="length" type="double" value="100"/>
|
|
<property name="position-locked" type="bool" value="true"/>
|
|
<property name="icon-size" type="uint" value="0"/>
|
|
<property name="size" type="uint" value="36"/>
|
|
<property name="plugin-ids" type="array">
|
|
<value type="int" value="1"/>
|
|
<value type="int" value="13"/>
|
|
<value type="int" value="14"/>
|
|
<value type="int" value="15"/>
|
|
<value type="int" value="16"/>
|
|
<value type="int" value="2"/>
|
|
<value type="int" value="5"/>
|
|
<value type="int" value="6"/>
|
|
<value type="int" value="8"/>
|
|
<value type="int" value="10"/>
|
|
</property>
|
|
<property name="mode" type="uint" value="0"/>
|
|
<property name="background-style" type="uint" value="0"/>
|
|
</property>
|
|
</property>
|
|
<property name="plugins" type="empty">
|
|
<property name="plugin-1" type="string" value="whiskermenu">
|
|
<property name="button-icon" type="string" value="whisker-menu-button"/>
|
|
<property name="recent" type="array">
|
|
<value type="string" value="codium.desktop"/>
|
|
</property>
|
|
</property>
|
|
<property name="plugin-2" type="string" value="tasklist">
|
|
<property name="grouping" type="uint" value="1"/>
|
|
</property>
|
|
<property name="plugin-6" type="string" value="systray">
|
|
<property name="square-icons" type="bool" value="true"/>
|
|
<property name="known-legacy-items" type="array">
|
|
<value type="string" value="networkmanager applet"/>
|
|
</property>
|
|
</property>
|
|
<property name="plugin-8" type="string" value="clock">
|
|
<property name="mode" type="uint" value="2"/>
|
|
<property name="digital-layout" type="uint" value="3"/>
|
|
<property name="digital-time-font" type="string" value="Sans 12"/>
|
|
</property>
|
|
<property name="plugin-10" type="string" value="actions"/>
|
|
<property name="plugin-13" type="string" value="launcher">
|
|
<property name="show-label" type="bool" value="false"/>
|
|
<property name="items" type="array">
|
|
<value type="string" value="brave.desktop"/>
|
|
</property>
|
|
</property>
|
|
<property name="plugin-14" type="string" value="launcher">
|
|
<property name="show-label" type="bool" value="false"/>
|
|
<property name="items" type="array">
|
|
<value type="string" value="signal.desktop"/>
|
|
</property>
|
|
</property>
|
|
<property name="plugin-15" type="string" value="launcher">
|
|
<property name="show-label" type="bool" value="false"/>
|
|
<property name="items" type="array">
|
|
<value type="string" value="obsidian.desktop"/>
|
|
</property>
|
|
</property>
|
|
<property name="plugin-16" type="string" value="launcher">
|
|
<property name="show-label" type="bool" value="false"/>
|
|
<property name="items" type="array">
|
|
<value type="string" value="spotify.desktop"/>
|
|
</property>
|
|
</property>
|
|
<property name="plugin-5" type="string" value="separator">
|
|
<property name="expand" type="bool" value="true"/>
|
|
<property name="style" type="uint" value="0"/>
|
|
</property>
|
|
</property>
|
|
</channel>
|