Files
reterminal-dm4/emmc-provisioning/cloud-init/config-files/wf-panel-pi.ini
nearxos 2d6e5aa009 Enhance GTK theme configuration and taskbar setup in cloud-init scripts</message>
<message>Update the cloud-init scripts to improve GTK theme settings by enforcing dark mode through gsettings and preserving the icon theme for a cohesive user experience. Additionally, enhance the first-boot script to install a Chromium kiosk launcher icon on the desktop and in the application menu, along with a five-tap close functionality for Chromium. These changes streamline the user interface and ensure a consistent dark theme across applications and the taskbar.
2026-02-23 15:07:31 +02:00

21 lines
910 B
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# wf-panel-pi minimal dark taskbar, touch-friendly
# Copy to ~/.config/wf-panel-pi/wf-panel-pi.ini (user pi)
# Set css_path to panel-theme.css. Restart panel: pkill wf-panel-pi
# Icon theme (start-here) is set in gtk-3.0/settings.ini (PiXtrix) so custom icon from first-boot is used.
[panel]
css_path = /home/pi/.config/wf-panel-pi/panel-theme.css
# Left: start menu (uses start-here from PiXtrix), launchers, window list
widgets_left = smenu spacing0 spacing2 launchers spacing4 window-list
widgets_center = none
# Right: tray, network, volume, clock, power (minimal set, touch-friendly)
widgets_right = tray spacing2 netman spacing2 volumepulse spacing2 clock spacing2 power
# Touch-friendly size (32px min target)
icon_size = 32
minimal_height = 36
position = top
# Match Adwaita-dark window bg (#242424) so taskbar fits dark theme
background_color = #242424FF
autohide = false
autohide_duration = 300