Skip to content

Commit ff736cc

Browse files
committed
[update] : Changed Xfce4 panel.
1 parent d740b50 commit ff736cc

File tree

7 files changed

+78
-5
lines changed

7 files changed

+78
-5
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[user]
2+
pinned=/usr/share/applications/chromium.desktop;/usr/share/applications/thunar.desktop;/usr/share/applications/xfce4-terminal.desktop;/usr/share/applications/xfce-settings-manager.desktop;
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[Desktop Entry]
2+
Version=1.0
3+
Name=Chromium
4+
GenericName=Web Browser
5+
Comment=Access the Internet
6+
Exec=/usr/bin/chromium %U
7+
StartupNotify=true
8+
Terminal=false
9+
Icon=chromium
10+
Type=Application
11+
Categories=Network;WebBrowser;
12+
MimeType=text/html;text/xml;application/xhtml_xml;image/webp;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;
13+
Actions=new-window;new-private-window;
14+
X-XFCE-Source=file:///usr/share/applications/chromium.desktop
15+
16+
[Desktop Action new-window]
17+
Name=New Window
18+
Exec=/usr/bin/chromium
19+
20+
[Desktop Action new-private-window]
21+
Name=New Incognito Window
22+
Exec=/usr/bin/chromium --incognito
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[Desktop Entry]
2+
Version=1.0
3+
Type=Application
4+
Exec=exo-open --launch FileManager %u
5+
Icon=system-file-manager
6+
StartupNotify=true
7+
Terminal=false
8+
Categories=Utility;X-XFCE;X-Xfce-Toplevel;
9+
OnlyShowIn=XFCE;
10+
X-XFCE-MimeType=inode/directory;x-scheme-handler/trash;
11+
X-AppStream-Ignore=True
12+
Name=File Manager
13+
Comment=Browse the file system
14+
X-XFCE-Source=file:///usr/share/applications/exo-file-manager.desktop
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[Desktop Entry]
2+
Version=1.0
3+
Name=Xfce Terminal
4+
Comment=Terminal Emulator
5+
GenericName=Terminal Emulator
6+
Exec=xfce4-terminal
7+
Icon=utilities-terminal
8+
Terminal=false
9+
Type=Application
10+
Categories=GTK;System;TerminalEmulator;
11+
StartupNotify=true
12+
Actions=preferences;
13+
X-XFCE-Source=file:///usr/share/applications/xfce4-terminal.desktop
14+
15+
[Desktop Action preferences]
16+
Name=Terminal Preferences
17+
Exec=xfce4-terminal --preferences

airootfs/etc/skel/.config/xfce4/panel/whiskermenu-3.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
favorites=exo-terminal-emulator.desktop,exo-file-manager.desktop,exo-mail-reader.desktop,exo-web-browser.desktop
2-
recent=exo-file-manager.desktop,exo-terminal-emulator.desktop,xfce-display-settings.desktop,exo-web-browser.desktop
2+
recent=xfce-settings-manager.desktop,exo-file-manager.desktop,exo-terminal-emulator.desktop,xfce-display-settings.desktop,exo-web-browser.desktop
33
button-title=Alter
44
button-icon=xfce4-whiskermenu
55
button-single-row=false

airootfs/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66
<property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_100_PERCENT"/>
77
<property name="last-window-maximized" type="bool" value="true"/>
88
<property name="last-separator-position" type="int" value="170"/>
9+
<property name="last-window-width" type="int" value="640"/>
10+
<property name="last-window-height" type="int" value="480"/>
911
</channel>

airootfs/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,21 @@
8787
</property>
8888
<property name="plugin-2" type="string" value="docklike"/>
8989
<property name="plugin-3" type="string" value="whiskermenu"/>
90-
<property name="plugin-4" type="string" value="launcher"/>
91-
<property name="plugin-5" type="string" value="launcher"/>
92-
<property name="plugin-6" type="string" value="launcher"/>
90+
<property name="plugin-4" type="string" value="launcher">
91+
<property name="items" type="array">
92+
<value type="string" value="15804945041.desktop"/>
93+
</property>
94+
</property>
95+
<property name="plugin-5" type="string" value="launcher">
96+
<property name="items" type="array">
97+
<value type="string" value="15804945192.desktop"/>
98+
</property>
99+
</property>
100+
<property name="plugin-6" type="string" value="launcher">
101+
<property name="items" type="array">
102+
<value type="string" value="15804945513.desktop"/>
103+
</property>
104+
</property>
93105
<property name="plugin-11" type="string" value="separator">
94106
<property name="expand" type="bool" value="true"/>
95107
<property name="style" type="uint" value="0"/>
@@ -112,7 +124,11 @@
112124
<property name="plugin-22" type="string" value="pulseaudio">
113125
<property name="enable-keyboard-shortcuts" type="bool" value="true"/>
114126
</property>
115-
<property name="plugin-23" type="string" value="systray"/>
127+
<property name="plugin-23" type="string" value="systray">
128+
<property name="names-ordered" type="array">
129+
<value type="string" value="blueman-tray"/>
130+
</property>
131+
</property>
116132
<property name="plugin-24" type="string" value="showdesktop"/>
117133
</property>
118134
</channel>

0 commit comments

Comments
 (0)