Compare commits

...

28 commits
0.3.1 ... main

Author SHA1 Message Date
Penelope Gwen
f611ebb783 0.4.1 2024-12-13 19:55:09 +00:00
Penelope Gwen
2f483e73bb 0.4 2024-12-10 13:01:40 -08:00
Penelope Gwen
f54173cf8c version 0.3.8, 0.3.9 2024-12-05 13:18:39 -08:00
Penelope Gwen
06a3c68c89 version 0.3.8, 0.3.9 2024-12-05 13:17:11 -08:00
Penelope Gwen
89deadce2d testing runner 2024-07-05 19:17:46 -06:00
Penelope Gwen
68cebba913 testing runner 2024-07-05 19:07:26 -06:00
Penelope Gwen
915315426f testing runner 2024-07-05 19:07:04 -06:00
Penelope Gwen
fbbbe1af4e testing runner 2024-07-05 18:39:59 -06:00
Penelope Gwen
47174631f7 testing runner 2024-07-05 18:38:44 -06:00
Penelope Gwen
a429b6d842 testing runner 2024-07-05 18:37:52 -06:00
Penelope Gwen
3a77be077a testing runner 2024-07-05 18:37:20 -06:00
Penelope Gwen
cb356ed46a testing runner 2024-07-05 18:35:41 -06:00
Penelope Gwen
1c3a136220 testing runner 2024-07-05 18:32:30 -06:00
Penelope Gwen
717d01263a testing runner 2024-07-05 18:30:49 -06:00
Penelope Gwen
80806938b7 testing runner 2024-07-05 18:28:40 -06:00
Penelope Gwen
b85bd899d2 testing runner 2024-07-05 18:26:19 -06:00
Penelope Gwen
333225a9f9 testing runner 2024-07-05 18:24:14 -06:00
Penelope Gwen
b38bcc7260 testing runner 2024-07-05 18:23:45 -06:00
Penelope Gwen
2507a200b5 testing runner 2024-07-05 18:22:04 -06:00
Penelope Gwen
f6b74f3100 testing runner 2024-07-05 18:21:06 -06:00
Penelope Gwen
3a8e14d81a testing runner 2024-07-05 18:17:25 -06:00
Penelope Gwen
da7c43b33a testing gitea runner 2024-07-05 18:06:02 -06:00
Penelope Gwen
333db7dfa2 0.3.6 2024-07-05 12:28:27 -06:00
Penelope Gwen
5691a4024e add sway-profiles 2024-06-27 04:16:44 -06:00
Penelope Gwen
18122a3eee add udiskie 2024-06-15 15:48:20 -06:00
Penelope Gwen
9c62d651c6 version 0.3.3 2024-06-15 12:37:38 -06:00
Penelope Gwen
08af96b8bb added libfuse to dependencies for appimage support 2024-06-05 16:35:49 -06:00
a0edeefcbc added packages 2024-05-31 06:17:30 -06:00
11 changed files with 181 additions and 4 deletions

View file

@ -0,0 +1,24 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions2:
runs-on: debify-sid
container:
image: pogmom/debify-x86_64:sid
steps:
# - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
# - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
# - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
# - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
# - run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: pwd
# - run: echo "🍏 This job's status is ${{ job.status }}."
# - run: uname -v

59
debian/changelog vendored
View file

@ -1,4 +1,61 @@
pogmom-desktop (0.3.1) UNRELEASED; urgency=medium
pogmom-desktop (0.4.1) unstable; urgency=medium
* added network-manager-openvpn
-- Penelope Gwen <support@pogmom.me> Fri, 13 Dec 2024 19:54:45 +0000
pogmom-desktop (0.4) unstable; urgency=medium
* integrate the functionality of and deprecate pogmom-sway-base
-- Penelope Gwen <support@pogmom.me> Tue, 10 Dec 2024 12:50:31 -0800
pogmom-desktop (0.3.9) unstable; urgency=medium
* added nwg-look, qt5ct, gt6ct
* removed waybar-nmvpn
-- Penelope Gwen <support@pogmom.me> Thu, 05 Dec 2024 13:15:07 -0800
pogmom-desktop (0.3.8) unstable; urgency=medium
* added libspa-0.2-bluetooth
-- Penelope Gwen <support@pogmom.me> Sat, 30 Nov 2024 21:03:53 -0800
pogmom-desktop (0.3.6) unstable; urgency=medium
* added playerctl
-- Penelope Gwen <support@pogmom.me> Fri, 05 Jul 2024 12:27:42 -0600
pogmom-desktop (0.3.5) unstable; urgency=medium
* add sway-profiles
-- Penelope Gwen <support@pogmom.me> Thu, 27 Jun 2024 04:16:24 -0600
pogmom-desktop (0.3.4) unstable; urgency=medium
* add udiskie
-- Penelope Gwen <support@pogmom.me> Sat, 15 Jun 2024 15:47:56 -0600
pogmom-desktop (0.3.3) unstable; urgency=medium
* change swaylock to gtklock
* add pogmom-sway-base
* add waybar-nmvpn
-- Penelope Gwen <support@pogmom.me> Sat, 15 Jun 2024 12:33:19 -0600
pogmom-desktop (0.3.2) unreleased; urgency=medium
* added fonts-noto-color-emoji
-- Penelope Gwen <support@pogmom.me> Fri, 31 May 2024 06:17:10 -0600
pogmom-desktop (0.3.1) unstable; urgency=medium
* added wireplumber

19
debian/control vendored
View file

@ -17,27 +17,40 @@ Depends:
brightnessctl,
copyq,
fonts-font-awesome,
fonts-noto-color-emoji,
greetd,
gtkgreet,
gtklock,
hyfetch,
libfuse2,
libnotify-bin,
libspa-0.2-bluetooth,
menu-xdg,
network-manager-gnome,
network-manager-openvpn,
nwg-look,
pavucontrol-qt,
playerctl,
polkit-kde-agent-1,
pulseaudio-utils,
qt5ct,
qt6ct,
sway-notification-center,
sway-profiles,
sway-screenshot,
swayfx,
swayidle,
swaylock,
udisks2,
udiskie,
waybar,
wireplumber,
wob,
wofi,
wofi-calc,
xdg-desktop-portal,
xdg-desktop-portal-gtk,
xdg-desktop-portal-kde,
xdg-desktop-portal-wlr,
xwayland
Replaces:
pogmom-sway-base
Description: Recommended packages to get started using swayfx as a window manager
This metapackage includes various pieces of software used to create a custom desktop environment

2
debian/install vendored Normal file
View file

@ -0,0 +1,2 @@
greetd/* usr/share/greetd/pogmom/
sway-run /usr/bin/

5
debian/postinst vendored Normal file
View file

@ -0,0 +1,5 @@
#!/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

4
debian/postrm vendored Normal file
View file

@ -0,0 +1,4 @@
#!/bin/bash
update-alternatives --remove greetd /usr/share/greetd/pogmom/config.toml
update-alternatives --remove greetd_envs /usr/share/greetd/pogmom/environments

6
greetd/config.toml Normal file
View file

@ -0,0 +1,6 @@
[terminal]
vt = 7
[default_session]
command = "dbus-run-session -- sway --config /usr/share/greetd/pogmom/sway-config"
user = "_greetd"

2
greetd/environments Normal file
View file

@ -0,0 +1,2 @@
sway-run
bash

24
greetd/gtkgreet.css Normal file
View file

@ -0,0 +1,24 @@
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;
}
entry,combobox * {
background: rgba(50, 50, 50, 1);
color: rgba(250, 250, 250, 1);
}
entry.text {
color: rgba(250, 250, 250, 1);
}

11
greetd/sway-config Normal file
View file

@ -0,0 +1,11 @@
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/*

29
sway-run Executable file
View file

@ -0,0 +1,29 @@
#!/bin/sh
# Session
export XDG_SESSION_TYPE=wayland
export XDG_SESSION_DESKTOP=sway
export XDG_CURRENT_DESKTOP=sway
# D-Bus
# If the session bus is not available it is spawned and wrapper round our program
# Otherwise we spawn our program directly
drs=
if [ -z "${DBUS_SESSION_BUS_ADDRESS}" ]
then
drs=dbus-run-session
fi
# Environment
# Source environmental variable from all files in PATH_ENVIRONMENT
# file should be named *.conf and have KEY=value format use # for comment
PATH_ENVIRONMENT=$HOME/.config/environment.d
if [ -d "$PATH_ENVIRONMENT" ]; then
for i in "$PATH_ENVIRONMENT"/*.conf ; do
if [ -f "$i" ]; then
set -a; . "$i"; set +a
fi
done
fi
exec ${drs} sway "$@"