Compare commits

..

No commits in common. "42b2f141733ab2bdac3e329b8d647aff0f10b106" and "b1490ec9a8fcc55fed1ebbc01a166889152ca10f" have entirely different histories.

15 changed files with 22 additions and 45 deletions

21
flake.lock generated
View file

@ -347,33 +347,12 @@
"type": "github"
}
},
"quickshell": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1752701746,
"narHash": "sha256-OVqrNbAzMaVOBxdoLqbZyn0vOq9/XwcWVPVKJbHwz5Q=",
"ref": "refs/heads/master",
"rev": "986749cdb9ca9078b66297d60bbf21d48e33a6cf",
"revCount": 639,
"type": "git",
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
},
"original": {
"type": "git",
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
}
},
"root": {
"inputs": {
"determinate": "determinate",
"impermanence": "impermanence",
"lanzaboote": "lanzaboote",
"nixpkgs": "nixpkgs_2",
"quickshell": "quickshell",
"rust-overlay": "rust-overlay_2",
"systems": "systems",
"watt": "watt"

View file

@ -53,14 +53,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
quickshell = {
# add ?ref=<tag> to track a tag
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
# THIS IS IMPORTANT
# Mismatched system dependencies will lead to crashes and other issues.
inputs.nixpkgs.follows = "nixpkgs";
};
# secure booting
lanzaboote = {
url = "github:nix-community/lanzaboote";

View file

@ -1,6 +1,5 @@
{
config,
inputs,
lib,
pkgs,
...
@ -14,7 +13,7 @@ in {
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
inputs.quickshell.packages.${pkgs.stdenv.system}.quickshell
quickshell
qt6.qtimageformats
qt6.qt5compat
qt6.qtmultimedia

View file

@ -1 +0,0 @@
/run/user/1000/quickshell/vfs/97b86fe3cbb42714790f5e96b44b706b/.qmlls.ini

View file

@ -7,7 +7,7 @@ import Quickshell.Io
import Quickshell.Wayland
import Quickshell.Widgets
import qs.config
import "./config"
Singleton {
id: launcher

View file

@ -22,7 +22,7 @@ PanelWindow {
Image {
id: image
asynchronous: true
source: "/home/cr/repos/projects/nichts/modules/style/wholefoods.png"
source: "../../../wholefoods.png"
}
}
}

View file

@ -3,7 +3,7 @@ import QtQuick
import QtQuick.Layouts
import Quickshell
import qs.config
import "../../config"
import "components"
Item {

View file

@ -1,7 +1,7 @@
import QtQuick
import Quickshell
import qs.config
import "../../../config"
Rectangle {
id: root

View file

@ -2,10 +2,11 @@ pragma ComponentBehavior: Bound
import QtQuick
import Quickshell
import Quickshell.Io
import QtQuick.Layouts
import qs.services.niri
import qs.config
import "../../../services/niri"
import "../../../config"
Rectangle {
id: root

View file

@ -1,5 +1,8 @@
import Quickshell
import QtQuick
import QtQuick.Shapes
import "../notifications" as Notifications
Rectangle {
required property Item bar

View file

@ -1,7 +1,8 @@
import Quickshell
import QtQuick
import QtQuick.Effects
import qs.config
import "../../config"
Item {
id: root

View file

@ -1,7 +1,8 @@
import QtQuick
import QtQuick.Shapes
import qs.config
import "../../config"
import "../../services"
Shape {
id: root

View file

@ -3,7 +3,7 @@ pragma ComponentBehavior: Bound
import Quickshell
import QtQuick
import QtQuick.Shapes
import qs.config
import "../../config"
Rectangle {
id: root

View file

@ -1,6 +1,6 @@
import Quickshell
import QtQuick
import qs.config
import "../config"
MouseArea {
id: root

View file

@ -1,11 +1,13 @@
//@ pragma Env QS_NO_RELOAD_POPUP=1
//@ pragma Env QT_QML_GENERATE_QMLLS_INI
import Quickshell
import QtQuick
import qs.modules.drawers
import qs
import "modules"
import "modules/drawers"
import "services"
// import "modules/background"
ShellRoot {
id: shellroot