Fix XFCE tray volume and clock sizing (Sam & Codex) #36
4 changed files with 20 additions and 2 deletions
2
build.sh
2
build.sh
|
|
@ -1191,6 +1191,8 @@ EOF
|
|||
"${MOUNT_POINT}/usr/local/etc/xdg/autostart/clawdie-bootstrap.desktop"
|
||||
install -m 0644 "${LIVE_SESSION_DIR}/autostart/clawdie-noblank-guard.desktop" \
|
||||
"${MOUNT_POINT}/usr/local/etc/xdg/autostart/clawdie-noblank-guard.desktop"
|
||||
install -m 0644 "${LIVE_SESSION_DIR}/autostart/volumeicon.desktop" \
|
||||
"${MOUNT_POINT}/usr/local/etc/xdg/autostart/volumeicon.desktop"
|
||||
mkdir -p "${MOUNT_POINT}/usr/local/etc/X11/xorg.conf.d"
|
||||
install -m 0644 "${LIVE_SESSION_DIR}/xorg.conf.d/30-keyboard.conf" \
|
||||
"${MOUNT_POINT}/usr/local/etc/X11/xorg.conf.d/30-keyboard.conf"
|
||||
|
|
|
|||
9
live/operator-session/autostart/volumeicon.desktop
Normal file
9
live/operator-session/autostart/volumeicon.desktop
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Volume Icon
|
||||
Comment=OSS volume control in the XFCE systray
|
||||
Exec=/usr/bin/env OSS_MIXERDEV=/dev/mixer volumeicon
|
||||
OnlyShowIn=XFCE;
|
||||
Terminal=false
|
||||
X-GNOME-Autostart-enabled=true
|
||||
X-XFCE-Autostart-enabled=true
|
||||
|
|
@ -96,12 +96,16 @@
|
|||
<property name="plugin-10" type="string" value="xkb">
|
||||
<property name="display-type" type="uint" value="0"/>
|
||||
<property name="display-name" type="uint" value="0"/>
|
||||
<property name="display-scale" type="uint" value="60"/>
|
||||
<property name="group-policy" type="uint" value="0"/>
|
||||
</property>
|
||||
<property name="plugin-12" type="string" value="clock">
|
||||
<property name="mode" type="uint" value="2"/>
|
||||
<property name="digital-format" type="string" value="%H:%M %d.%b.%y"/>
|
||||
<property name="font" type="string" value="Noto Sans 14"/>
|
||||
<property name="digital-layout" type="uint" value="1"/>
|
||||
<property name="digital-time-format" type="string" value="%H:%M"/>
|
||||
<property name="digital-time-font" type="string" value="Noto Sans Bold 16"/>
|
||||
<property name="digital-date-format" type="string" value="%d. %b. %y"/>
|
||||
<property name="digital-date-font" type="string" value="Noto Sans 12"/>
|
||||
<property name="fg-color" type="array">
|
||||
<value type="uint" value="65535"/>
|
||||
<value type="uint" value="65535"/>
|
||||
|
|
|
|||
|
|
@ -26,6 +26,9 @@ desktop-file-utils
|
|||
xterm
|
||||
xfce4-whiskermenu-plugin
|
||||
xfce4-mixer
|
||||
# Lightweight OSS tray client. Do not re-add the xfce4-mixer panel plugin: it
|
||||
# can auto-pin HDMI output on AMD laptops even when FreeBSD audio uses speakers.
|
||||
volumeicon
|
||||
pcmanfm
|
||||
sddm
|
||||
# XFCE extras — lightweight panel plugins and utilities with no heavy deps.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue