@@ -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"
4343position = 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
5755launcher_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
6162launcher_cmd_1 = env XDG_CURRENT_DESKTOP=GNOME gnome-control-center
@@ -67,7 +68,7 @@ launcher_nau = org.gnome.Nautilus.desktop
6768launchers_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
7879clock_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
102103network_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
109110network_status_use_color = yes
0 commit comments