<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.
21 lines
910 B
INI
21 lines
910 B
INI
# 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
|