From 2d715644e06de05d3322e3eb4916e297ac50f6be Mon Sep 17 00:00:00 2001 From: joygnu Date: Fri, 12 Jul 2024 20:30:12 +0200 Subject: [PATCH] testing --- flake.lock | 6 +++--- home/ags/{ => bar}/config.js | 3 ++- home/ags/{ => bar}/style.css | 0 home/ags/{ => bar}/tsconfig.json | 0 home/ags/{ => bar}/types | 0 home/hyprland/default.nix | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) rename home/ags/{ => bar}/config.js (99%) rename home/ags/{ => bar}/style.css (100%) rename home/ags/{ => bar}/tsconfig.json (100%) rename home/ags/{ => bar}/types (100%) diff --git a/flake.lock b/flake.lock index da26148..a14b2a9 100644 --- a/flake.lock +++ b/flake.lock @@ -491,11 +491,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1720735595, - "narHash": "sha256-TX7PZY80h22+i01d2M1/50gfdzbvqYpmE7+s13FJnJ4=", + "lastModified": 1720799301, + "narHash": "sha256-VkPZy1SqBSE2iTKeuumXYgMN2jj2zXbvQQl65/90mYY=", "owner": "nix-community", "repo": "nixvim", - "rev": "53e85da2409ddfeef27e8cdc9c020433614329f9", + "rev": "1385953299b1f3dc49fece60d8e5c3219fc12f60", "type": "github" }, "original": { diff --git a/home/ags/config.js b/home/ags/bar/config.js similarity index 99% rename from home/ags/config.js rename to home/ags/bar/config.js index 4c0a30b..7231bc1 100644 --- a/home/ags/config.js +++ b/home/ags/bar/config.js @@ -10,7 +10,7 @@ const date = Variable("", { }) // widgets can be only assigned as a child in one container -// so to make a reuseable widget, make it a function +// so to make a reusable widget, make it a function // then you can simply instantiate one by calling it function Workspaces() { @@ -217,3 +217,4 @@ App.config({ }) export { } + diff --git a/home/ags/style.css b/home/ags/bar/style.css similarity index 100% rename from home/ags/style.css rename to home/ags/bar/style.css diff --git a/home/ags/tsconfig.json b/home/ags/bar/tsconfig.json similarity index 100% rename from home/ags/tsconfig.json rename to home/ags/bar/tsconfig.json diff --git a/home/ags/types b/home/ags/bar/types similarity index 100% rename from home/ags/types rename to home/ags/bar/types diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 2e48cc4..6591af4 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -35,7 +35,7 @@ exec-once = [ "lxqt-policykit-agent &" - "ags -c ~/nix/home/ags/config.js &" + "ags -c ~/nix/home/bar/ags/config.js &" "wl-paste --type text --watch cliphist store" "wl-paste --type image --watch cliphist store" "screen -dmS cmus cmus &"