Skip to content

Commit 9997d21

Browse files
labwc: REMOVE, no longer maintained
Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
1 parent beda2c5 commit 9997d21

File tree

44 files changed

+17
-4298
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+17
-4298
lines changed

docs/astro.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ export default defineConfig({
8989
"ghaf/dev/ref/modules",
9090
"ghaf/dev/ref/dependencies",
9191
"ghaf/dev/ref/builder-functions",
92-
"ghaf/dev/ref/labwc",
9392
"ghaf/dev/ref/cosmic",
9493
"ghaf/dev/ref/idsvm-development",
9594
"ghaf/dev/ref/systemd-service-config",

docs/src/content/docs/ghaf/appendices/glossary.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,6 @@ _Kernel-based Virtual Machine, an open-source virtualization technology built in
147147
_Kernel-based Virtual Machine Secured, an open-source project._
148148
Source: https://github.com/jkrh/kvms
149149

150-
### labwc, LabWC
151-
152-
_Lab Wayland Compositor, a window-stacking compositor for Wayland, an open-source project._
153-
Source: https://github.com/labwc/labwc
154-
155150
### MMU
156151

157152
_memory management unit_

docs/src/content/docs/ghaf/dev/ref/creating_appvm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ new-vm = true; # your new vm here
6262

6363
- **name**: the name of the launcher;
6464
- **path**: path to the executable you want to run, like a graphical application;
65-
- **icon**: an optional icon for the launcher. If not specified, the system will attempt to find an icon matching the `name`. You can set this to the name of an icon you expect to be available in the current icon theme (currently "Papirus," defined in `modules/desktop/graphics/labwc.nix`), or provide a full path to a specific icon file.
65+
- **icon**: an optional icon for the launcher. If not specified, the system will attempt to find an icon matching the `name`. You can set this to the name of an icon you expect to be available in the current icon theme (currently "Papirus"), or provide a full path to a specific icon file.

docs/src/content/docs/ghaf/dev/ref/labwc.mdx

Lines changed: 0 additions & 73 deletions
This file was deleted.

docs/src/content/docs/ghaf/dev/technologies/hardware_acceleration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Hardware acceleration refers to offloading certain tasks, typically graphical or
88

99
1. **GPU Acceleration (Graphics)**
1010

11-
- Used for rendering GUIs, 3D applications or desktops like [labwc](https://github.com/labwc/labwc), [cosmic](https://github.com/pop-os/cosmic-epoch).
11+
- Used for rendering GUIs, 3D applications or desktops like [cosmic](https://github.com/pop-os/cosmic-epoch).
1212

1313
- APIs involved:
1414
- **OpenGL / Vulkan**

modules/desktop/graphics/cosmic/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,10 @@ in
312312
};
313313
};
314314

315+
fonts.packages = [
316+
pkgs.inter
317+
];
318+
315319
systemd.user.services = {
316320
autostart = {
317321
description = "Ghaf autostart";

modules/desktop/graphics/default.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22
# SPDX-License-Identifier: Apache-2.0
33
{
44
imports = [
5-
./labwc.nix
6-
./labwc.config.nix
75
./cosmic
86
./launchers.nix
9-
./ewwbar.nix
10-
./fonts.nix
117
./login-manager.nix
128
./boot.nix
139
./screen-recorder.nix

modules/desktop/graphics/ewwbar.nix

Lines changed: 0 additions & 224 deletions
This file was deleted.

0 commit comments

Comments
 (0)