Skip to content

Commit c353e03

Browse files
committed
update panel defaults
1 parent d918c89 commit c353e03

2 files changed

Lines changed: 20 additions & 19 deletions

File tree

metadata/panel.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<_short>General</_short>
88
<option name="widgets_left" type="string">
99
<_short>Widgets Left</_short>
10-
<default>menu spacing18 launchers</default>
10+
<default>spacing4 menu spacing18 launchers</default>
1111
</option>
1212
<option name="widgets_center" type="string">
1313
<_short>Widgets Center</_short>
@@ -19,11 +19,11 @@
1919
</option>
2020
<option name="minimal_height" type="int">
2121
<_short>Minimal Height</_short>
22-
<default>48</default>
22+
<default>24</default>
2323
</option>
2424
<option name="autohide" type="bool">
2525
<_short>Autohide</_short>
26-
<default>true</default>
26+
<default>false</default>
2727
</option>
2828
<option name="autohide_duration" type="int">
2929
<_short>Autohide Duration</_short>
@@ -43,7 +43,7 @@
4343
</option>
4444
<option name="layer" type="string">
4545
<_short>Layer</_short>
46-
<default>overlay</default>
46+
<default>top</default>
4747
<desc>
4848
<value>top</value>
4949
<_name>Top</_name>
@@ -70,11 +70,11 @@
7070
<_short>Launchers</_short>
7171
<option name="launchers_spacing" type="int">
7272
<_short>Launchers Spacing</_short>
73-
<default>6</default>
73+
<default>4</default>
7474
</option>
7575
<option name="launcher_size" type="int">
7676
<_short>Launcher Size</_short>
77-
<default>32</default>
77+
<default>42</default>
7878
</option>
7979
</group>
8080
<group>
@@ -110,11 +110,11 @@
110110
</option>
111111
<option name="battery_icon_size" type="int">
112112
<_short>Battery Icon Size</_short>
113-
<default>32</default>
113+
<default>24</default>
114114
</option>
115115
<option name="battery_icon_invert" type="bool">
116116
<_short>Battery Icon Invert Color</_short>
117-
<default>false</default>
117+
<default>true</default>
118118
</option>
119119
<option name="battery_font" type="string">
120120
<_short>Battery Font</_short>

wf-shell.ini.example

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,32 +30,33 @@ widgets_right = network spacing6 battery spacing12
3030
# The minimal size of the panel. Note that some widgets might force panel bigger than this size.
3131
# All widgets also have individual settings for size
3232
# Changing this requires a panel restart
33-
minimal_height = 48
33+
minimal_height = 24
3434

3535
# automatically hide when pointer isn't over the panel
36-
autohide = 1
36+
autohide = false
3737

3838
# layer can be top, bottom, overlay or background
39-
layer = overlay
39+
layer = top
4040

4141
# where to position panel
4242
# Possible values are only "top" and "bottom"
4343
position = top
4444

4545
# set the background color.
46-
#background_color = gtk_headerbar # match the color of a GtkHeaderbar
46+
background_color = gtk_headerbar # match the color of a GtkHeaderbar
4747
#background_color = $555555 # Hex color, for example $FFFFFF for white
4848
#background_color = 0.033 0.041 0.047 0.9 # RGBA color, 1.0 0.0 0.0 0.5 for semi-transparent red
4949

5050

5151

52-
53-
5452
# Configuration for the launchers widget
5553

5654
# can be a desktop file
5755
launcher_chrome = google-chrome.desktop
58-
launcher_tilix = com.gexperts.Tilix.desktop
56+
launcher_firefox = firefox.desktop
57+
launcher_terminal1 = terminator.desktop
58+
launcher_terminal2 = org.gnome.Terminal.desktop
59+
launcher_gedit = org.gnome.gedit.desktop
5960

6061
# or a combination of bash command + icon
6162
launcher_cmd_1 = env XDG_CURRENT_DESKTOP=GNOME gnome-control-center
@@ -67,7 +68,7 @@ launcher_nau = org.gnome.Nautilus.desktop
6768
launchers_spacing = 4
6869

6970
# size of the launcher icon
70-
launcher_size = 36
71+
launcher_size = 42
7172

7273

7374

@@ -77,7 +78,7 @@ launcher_size = 36
7778
# clock format, uses the Glib Time formatting
7879
clock_format = %e %a %H:%M
7980
# clock font
80-
clock_font = DejaVu Sans:style=Book 20
81+
clock_font = DejaVu Sans:style=Book 12
8182

8283

8384

@@ -101,9 +102,9 @@ battery_font = default
101102
# Whether to display connection details, for ex. Wifi AP name
102103
network_status = 1
103104

104-
network_status_font = DejaVu Sans:style=Book 14
105+
network_status_font = DejaVu Sans:style=Book 10
105106
# network_icon_size = 30
106-
network_icon_invert_color = 0
107+
network_icon_invert_color = 1
107108

108109
# whether to colour the wifi signal strength
109110
network_status_use_color = yes

0 commit comments

Comments
 (0)