This commit is contained in:
parent
e35deadfe3
commit
114ef754cf
11 changed files with 25 additions and 91 deletions
12
debian/changelog
vendored
12
debian/changelog
vendored
|
|
@ -1,3 +1,15 @@
|
|||
pogmom-desktop (0.4.18) unstable; urgency=medium
|
||||
|
||||
* add swayfx.desktop wayland session
|
||||
|
||||
-- Penelope Gwen <support@pogmom.me> Fri, 05 Jun 2026 09:36:11 -0700
|
||||
|
||||
pogmom-desktop (0.4.17) unstable; urgency=medium
|
||||
|
||||
* begin migration to dms
|
||||
|
||||
-- Penelope Gwen <support@pogmom.me> Thu, 04 Jun 2026 18:55:35 -0700
|
||||
|
||||
pogmom-desktop (0.4.16) unstable; urgency=medium
|
||||
|
||||
* remove xdg-desktop-portal-kde
|
||||
|
|
|
|||
18
debian/control
vendored
18
debian/control
vendored
|
|
@ -15,31 +15,26 @@ Depends:
|
|||
blueman,
|
||||
breeze-icon-theme,
|
||||
brightnessctl,
|
||||
cliphist,
|
||||
chayang,
|
||||
eww,
|
||||
danksearch,
|
||||
dms,
|
||||
dgop,
|
||||
fonts-noto-color-emoji,
|
||||
gpu-screen-recorder-cli,
|
||||
greetd,
|
||||
grim,
|
||||
gtkgreet,
|
||||
gtklock,
|
||||
gtklock-playerctl-module,
|
||||
gtklock-powerbar-module,
|
||||
gtklock-userinfo-module,
|
||||
hyfetch,
|
||||
kdialog,
|
||||
libfuse2,
|
||||
libnotify-bin,
|
||||
libspa-0.2-bluetooth,
|
||||
matugen,
|
||||
menu-xdg,
|
||||
multibg-wayland,
|
||||
network-manager-gnome,
|
||||
network-manager-openvpn,
|
||||
nwg-look,
|
||||
pavucontrol-qt,
|
||||
playerctl,
|
||||
polkit-kde-agent-1,
|
||||
poweralertd,
|
||||
pulseaudio-utils,
|
||||
python3-i3ipc,
|
||||
qalc,
|
||||
|
|
@ -47,13 +42,10 @@ Depends:
|
|||
qt6ct,
|
||||
slurp,
|
||||
sway-de-utils,
|
||||
sway-notification-center,
|
||||
swayfx,
|
||||
swayidle,
|
||||
swayr,
|
||||
udiskie,
|
||||
wireplumber,
|
||||
wob,
|
||||
wofi,
|
||||
xdg-desktop-portal,
|
||||
xdg-desktop-portal-wlr,
|
||||
|
|
|
|||
3
debian/install
vendored
3
debian/install
vendored
|
|
@ -1,5 +1,4 @@
|
|||
greetd/* usr/share/greetd/pogmom/
|
||||
qt6ct/colors/* usr/share/qt6ct/colors/
|
||||
qt6ct/qss/* usr/share/qt6ct/qss/
|
||||
sway-run /usr/bin/
|
||||
polkit-rules/* /usr/share/polkit-1/rules.d/
|
||||
swayfx.desktop /usr/share/wayland-sessions/swayfx.desktop
|
||||
|
|
|
|||
3
debian/postinst
vendored
3
debian/postinst
vendored
|
|
@ -1,7 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
mkdir -p /etc/greetd
|
||||
update-alternatives --install /etc/greetd/config.toml greetd /usr/share/greetd/pogmom/config.toml 30 --force
|
||||
update-alternatives --install /etc/greetd/environments greetd_envs /usr/share/greetd/pogmom/environments 30 --force
|
||||
chown root:polkitd /usr/share/polkit-1/rules.d/pogmom-desktop.rules
|
||||
systemctl reload polkit.service || true
|
||||
|
|
|
|||
3
debian/postrm
vendored
3
debian/postrm
vendored
|
|
@ -1,4 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
update-alternatives --remove greetd /usr/share/greetd/pogmom/config.toml
|
||||
update-alternatives --remove greetd_envs /usr/share/greetd/pogmom/environments
|
||||
true
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
[terminal]
|
||||
vt = 7
|
||||
|
||||
[default_session]
|
||||
command = "dbus-run-session -- sway --config /usr/share/greetd/pogmom/sway-config"
|
||||
user = "_greetd"
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
sway-run
|
||||
bash
|
||||
|
|
@ -1,45 +0,0 @@
|
|||
window {
|
||||
background-image: url("file:///usr/share/greetd/pogmom/background.jpg");
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
label {
|
||||
color: rgba(250, 250, 250, 1);
|
||||
}
|
||||
|
||||
box#body {
|
||||
background-color: rgba(50, 50, 50, 0.5);
|
||||
border-radius: 10px;
|
||||
padding: 50px;
|
||||
outline: none;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
entry,combobox * {
|
||||
background-color: rgba(50, 50, 50, 0.3);
|
||||
color: rgba(250, 250, 250, 1);
|
||||
outline: none;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
entry.text {
|
||||
color: rgba(250, 250, 250, 1);
|
||||
}
|
||||
|
||||
button {
|
||||
background-image: none;
|
||||
margin-left: 10px;
|
||||
padding: 10px;
|
||||
background-color: rgba(50, 50, 50, 0.3);
|
||||
color: #000000;
|
||||
border-radius: 10px;
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
border: none;
|
||||
}
|
||||
button > label {
|
||||
color: #000000;
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
exec "gtkgreet -s /usr/share/greetd/pogmom/gtkgreet.css; swaymsg exit"
|
||||
|
||||
default_border pixel 0
|
||||
|
||||
bindsym Mod4+shift+e exec swaynag \
|
||||
-t warning \
|
||||
-m 'What do you want to do?' \
|
||||
-b 'Poweroff' 'systemctl poweroff' \
|
||||
-b 'Reboot' 'systemctl reboot'
|
||||
|
||||
include /etc/sway/config.d/*
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
polkit.addRule(function(action, subject) {
|
||||
if (action.id == "org.freedesktop.systemd1.manage-units" &&
|
||||
action.lookup("unit") == "suspend.target" &&
|
||||
subject.isInGroup("users")) {
|
||||
return polkit.Result.YES;
|
||||
}
|
||||
});
|
||||
6
swayfx.desktop
Normal file
6
swayfx.desktop
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[Desktop Entry]
|
||||
Name=SwayFX-dbus
|
||||
Comment=An i3-compatible Wayland compositor (with automatic dbus setup)
|
||||
Exec=sway-run
|
||||
Type=Application
|
||||
DesktopNames=sway;wlroots;swayfx
|
||||
Loading…
Add table
Reference in a new issue