mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
Very early KDE 6 release.
This commit is contained in:
parent
7cc4ccabbc
commit
686046d4f7
6272 changed files with 140920 additions and 529657 deletions
3
plasma/sddm/sddm-theme-mod/Services/install-services.sh
Executable file
3
plasma/sddm/sddm-theme-mod/Services/install-services.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
sudo cp -f smod-stcw-before.service smod-stcw-after.service /etc/systemd/system
|
||||
sudo systemctl enable smod-stcw-before.service
|
||||
sudo systemctl enable smod-stcw-after.service
|
9
plasma/sddm/sddm-theme-mod/Services/play.sh
Executable file
9
plasma/sddm/sddm-theme-mod/Services/play.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
COMMAND=/usr/bin/aplay
|
||||
SOUND=/usr/share/sddm/themes/sddm-theme-mod/Assets/session-start.wav
|
||||
if [ ! -f $COMMAND ]; then
|
||||
COMMAND=/usr/bin/paplay
|
||||
fi
|
||||
|
||||
$COMMAND $SOUND & disown
|
15
plasma/sddm/sddm-theme-mod/Services/smod-stcw-after.service
Normal file
15
plasma/sddm/sddm-theme-mod/Services/smod-stcw-after.service
Normal file
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=SMOD SDDM theme.conf writer (after SDDM)
|
||||
After=display-manager.service
|
||||
|
||||
# use systemd-analyze plot > services.svg to see
|
||||
# when this service starts
|
||||
# a few seconds delay is needed
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStartPre=/usr/bin/sleep 5
|
||||
ExecStart=/usr/bin/kwriteconfig6 --file /usr/share/sddm/themes/sddm-theme-mod/theme.conf --group General --type bool --key startup false
|
||||
|
||||
[Install]
|
||||
WantedBy=display-manager.service
|
10
plasma/sddm/sddm-theme-mod/Services/smod-stcw-before.service
Normal file
10
plasma/sddm/sddm-theme-mod/Services/smod-stcw-before.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=SMOD SDDM theme.conf writer (before SDDM)
|
||||
Before=display-manager.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/kwriteconfig6 --file /usr/share/sddm/themes/sddm-theme-mod/theme.conf --group General --type bool --key startup true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue