From ebb03eb27820547cbc3f5feb754288ef9e4dfca9 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Wed, 29 Apr 2026 15:11:02 +0200 Subject: [PATCH] Regenerated --- Droidnix/README.html | 794 +++++++++--------- Droidnix/README.org | 10 +- .../scripts_/randomizeWallpapers.sh | 54 -- .../Wallpapers/scripts_/ws-daemon.sh | 13 - Droidnix/generated/.config/shared/colors.css | 4 +- .../modules/traveldroid/system/colors.nix | 2 +- 6 files changed, 405 insertions(+), 472 deletions(-) delete mode 100755 Droidnix/assets/traveldroid/Wallpapers/scripts_/randomizeWallpapers.sh delete mode 100755 Droidnix/assets/traveldroid/Wallpapers/scripts_/ws-daemon.sh diff --git a/Droidnix/README.html b/Droidnix/README.html index 91eef90b0..13d52d13d 100644 --- a/Droidnix/README.html +++ b/Droidnix/README.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Droidnix: A Dendritic NixOS + Home Manager Configuration NixOS Configuration Structure @@ -204,143 +204,143 @@

Table of Contents

-
-

Shortcuts

-
+
+

Shortcuts

+

Introduction The Assets Folder @@ -356,25 +356,25 @@

Introduction   intro

-
-

What is Droidnix

-
+
+

What is Droidnix

+

Droidnix is a modular, declarative NixOS + Home Manager configuration system. with configurations managed via Emacs Org and Nix Flakes. The project is designed for reproducibility, maintainability, and cross-machine compatibility.

-
-

Installed components:

-
+
+

Installed components:

+
    -
  • Core
  • -
  • Hyprland
  • +
  • Core
  • +
  • Hyprland
-
-

Goals, project Structure, import hierarchy

-
+
+

Goals, project Structure, import hierarchy

+

This project uses a modular NixOS configuration with Hyprland support, designed for literate programming and cross-device reusability. The Droidnix repository is organized into two main parts: @@ -387,9 +387,9 @@ The Droidnix repository is organized into two main parts:

-
-

Root Level

-
+
+

Root Level

+
  • = is the entry point and imports:
      @@ -400,16 +400,16 @@ The Droidnix repository is organized into two main parts:
-
-

Generated Structure

-
+
+

Generated Structure

+

The generated/ directory contains all generated configurations, divided into three main groups: system, hyprland, and mangowc.

-
-

First Setup

-
+
+

First Setup

+
  1. Clone this repository.
  2. Run the setup script: ./setup_droid.
  3. @@ -430,9 +430,9 @@ The generated/ directory contains all generated configurations, div The .assets/ folder contains all static files, such as configs, scripts, and themes. These files are not generated and can be edited directly.

-
-

generated/assets/2_b_installed.conf

-
+
+

generated/assets/2_b_installed.conf

+

This is a list of additional apps to install

@@ -510,9 +510,9 @@ com.logseq.Logseq
-
-

generated/assets/aliases.conf

-
+
+

generated/assets/aliases.conf

+

This is a list of additional apps to install

@@ -554,9 +554,9 @@ keys=hyprctl binds This section contains the Org blocks for tangling Nix code into the generated folders.

-
-

generated/flake.nix

-
+
+

generated/flake.nix

+

The Nix flake definition for Droidnix.

@@ -647,9 +647,9 @@ The Nix flake definition for Droidnix.
-
-

generated/modules/traveldroid/system/colors.nix

-
+
+

generated/modules/traveldroid/system/colors.nix

+

Setting the colors for Droidnix.

@@ -657,7 +657,7 @@ Setting the colors for Droidnix.
{ lib, config, pkgs, flakeRoot, ... }:
 let
   colors = {
-    border    = "#97C9E6";
+    border    = "#96cdd2";
     crust     = "#11111b";
     mantle    = "#181825";
     base      = "#1e1e2e";
@@ -726,9 +726,9 @@ in
 
-
-

generated/hosts/traveldroid/boot.nix

-
+
+

generated/hosts/traveldroid/boot.nix

+
{ config, pkgs, lib, flakeRoot, ... }:
 {
@@ -796,9 +796,9 @@ in
 
-
-

generated/hosts/traveldroid/hardware-configuration.nix

-
+
+

generated/hosts/traveldroid/hardware-configuration.nix

+
  1. Boot into NixOS Live ISO or your installed system.
  2. Open a terminal.
  3. @@ -856,9 +856,9 @@ in
-
-

generated/hosts/traveldroid/host.nix

-
+
+

generated/hosts/traveldroid/host.nix

+
{ lib, config, pkgs, flakeRoot, import-tree, home-manager, ... }:
 
@@ -918,13 +918,13 @@ in
 
-
-

generated/traveldroid/modules/apps

-
+
+

generated/traveldroid/modules/apps

+
-
-

generated/modules/traveldroid/apps/2_b_installed.nix

-
+
+

generated/modules/traveldroid/apps/2_b_installed.nix

+

This installs a list of apps

@@ -1032,9 +1032,9 @@ in {
-
-

generated/modules/traveldroid/apps/emacs/emacs.nix

-
+
+

generated/modules/traveldroid/apps/emacs/emacs.nix

+

This installs emacs

@@ -1129,9 +1129,9 @@ in
-
-

generated/modules/traveldroid/apps/kdeconnect.nix

-
+
+

generated/modules/traveldroid/apps/kdeconnect.nix

+

This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder

@@ -1159,9 +1159,9 @@ in
-
-

generated/modules/traveldroid/apps/kitty.nix

-
+
+

generated/modules/traveldroid/apps/kitty.nix

+

This file sets up Kitty terminal

@@ -1213,9 +1213,9 @@ in
-
-

generated/modules/traveldroid/apps/starship.nix

-
+
+

generated/modules/traveldroid/apps/starship.nix

+

This file sets up starship prompt

@@ -1254,9 +1254,9 @@ in
-
-

generated/modules/traveldroid/apps/thunar.nix

-
+
+

generated/modules/traveldroid/apps/thunar.nix

+

This is top file of this level which contains just an import statement for all relevant files and/or the subfolder in this folder

@@ -1302,9 +1302,9 @@ in
-
-

generated/modules/traveldroid/apps/wofi.nix

-
+
+

generated/modules/traveldroid/apps/wofi.nix

+

This is the install for Wofi, the launcher

@@ -1339,9 +1339,9 @@ in
-
-

generated/modules/traveldroid/apps/zenbrowser.nix

-
+
+

generated/modules/traveldroid/apps/zenbrowser.nix

+

This installs zen browser

@@ -1361,9 +1361,9 @@ in
-
-

generated/modules/traveldroid/apps/zeditor.nix

-
+
+

generated/modules/traveldroid/apps/zeditor.nix

+

This sets Zed Editor

@@ -1418,9 +1418,9 @@ in
-
-

generated/modules/traveldroid/apps/zsh.nix

-
+
+

generated/modules/traveldroid/apps/zsh.nix

+

This sets up the zsh in the terminal

@@ -1534,13 +1534,13 @@ in
-
-

generated/modules/traveldroid/desktop

-
+
+

generated/modules/traveldroid/desktop

+
-
-

generated/modules/traveldroid/desktop/fonts.nix

-
+
+

generated/modules/traveldroid/desktop/fonts.nix

+

This file installs and configures fonts

@@ -1558,9 +1558,9 @@ This file installs and configures fonts
-
-

generated/modules/traveldroid/desktop/gtk.nix

-
+
+

generated/modules/traveldroid/desktop/gtk.nix

+

Setting up GTK

@@ -1586,9 +1586,9 @@ in
-
-

generated/modules/traveldroid/desktop/hyprland.nix

-
+
+

generated/modules/traveldroid/desktop/hyprland.nix

+

Setting up Hyprland

@@ -1633,9 +1633,9 @@ in
-
-

generated/modules/traveldroid/desktop/stylix.nix

-
+
+

generated/modules/traveldroid/desktop/stylix.nix

+
{ lib, config, pkgs, flakeRoot, stylix, ... }:
 
@@ -1722,9 +1722,9 @@ in
 
-
-

generated/modules/traveldroid/desktop/wallpaper.nix

-
+
+

generated/modules/traveldroid/desktop/wallpaper.nix

+

Setting up wallpaper engine + wallpaper gui

@@ -1816,9 +1816,9 @@ in
-
-

generated/.config/awww/scripts/randomizeWallpapers.sh

-
+
+

generated/.config/awww/scripts/randomizeWallpapers.sh

+

Numbers all pictures in ~/Wallpapers/pictures in random order

@@ -1880,9 +1880,9 @@ randomize_and_rename_wallpapers
-
-

generated/.config/awww/scripts/ws-daemon.sh

-
+
+

generated/.config/awww/scripts/ws-daemon.sh

+

Little daemon that sets a workspace when user switches to a different workspace

@@ -1903,9 +1903,9 @@ done
-
-

generated/modules/traveldroid/desktop/waybar.nix

-
+
+

generated/modules/traveldroid/desktop/waybar.nix

+

This file installs and configures waybar

@@ -1951,9 +1951,9 @@ in
-
-

generated/modules/traveldroid/desktop/wayland.nix

-
+
+

generated/modules/traveldroid/desktop/wayland.nix

+
{ lib, config, pkgs, ... }:
 
@@ -1983,9 +1983,9 @@ in
 
-
-

generated/modules/traveldroid/desktop/xdg.nix

-
+
+

generated/modules/traveldroid/desktop/xdg.nix

+

This sets the XDG implementation

@@ -2056,13 +2056,13 @@ in
-
-

generated/modules/traveldroid/system

-
+
+

generated/modules/traveldroid/system

+
-
-

generated/modules/traveldroid/system/audio.nix

-
+
+

generated/modules/traveldroid/system/audio.nix

+
{ lib, config, pkgs, ... }:
 
@@ -2081,9 +2081,9 @@ in
 
-
-

generated/modules/traveldroid/system/avahi.nix

-
+
+

generated/modules/traveldroid/system/avahi.nix

+

Avahi helps discovering services

@@ -2103,9 +2103,9 @@ Avahi helps discovering services
-
-

generated/modules/traveldroid/system/bluetooth.nix

-
+
+

generated/modules/traveldroid/system/bluetooth.nix

+

Installing Bluetooth services and supporting aps

@@ -2132,9 +2132,9 @@ in
-
-

generated/modules/traveldroid/system/copy_scripts.nix

-
+
+

generated/modules/traveldroid/system/copy_scripts.nix

+

This copies any scripts from generated.config/scripts to ~/.config/scripts and makes any .sh files executable.

@@ -2175,9 +2175,9 @@ in
-
-

generated/modules/traveldroid/system/dbus.nix

-
+
+

generated/modules/traveldroid/system/dbus.nix

+

This sets the dbus implementation

@@ -2204,9 +2204,9 @@ This sets the dbus implementation
-
-

generated/modules/traveldroid/system/firewall.nix

-
+
+

generated/modules/traveldroid/system/firewall.nix

+

This sets the firewall.

@@ -2287,9 +2287,9 @@ This sets the firewall.
-
-

generated/modules/traveldroid/system/hypridle.nix

-
+
+

generated/modules/traveldroid/system/hypridle.nix

+

This installs hypridle

@@ -2345,9 +2345,9 @@ in
-
-

generated/modules/traveldroid/system/hyprlock.nix

-
+
+

generated/modules/traveldroid/system/hyprlock.nix

+

This installs hyprlock

@@ -2404,9 +2404,9 @@ in
-
-

generated/modules/traveldroid/system/gnome-keyring.nix

-
+
+

generated/modules/traveldroid/system/gnome-keyring.nix

+

This sets the dbus implementation

@@ -2454,9 +2454,9 @@ This sets the dbus implementation
-
-

generated/modules/traveldroid/system/login-tuigreet.nix

-
+
+

generated/modules/traveldroid/system/login-tuigreet.nix

+

This sets up tuigreeter which is not fancy but imho fits the aesthetic I am aiming for

@@ -2504,9 +2504,9 @@ in
-
-

generated/modules/traveldroid/system/networking.nix

-
+
+

generated/modules/traveldroid/system/networking.nix

+

This sets the networking.

@@ -2555,9 +2555,9 @@ This sets the networking.
-
-

generated/modules/traveldroid/system/nix.nix

-
+
+

generated/modules/traveldroid/system/nix.nix

+
{ lib, config, ... }:
 {
@@ -2580,9 +2580,9 @@ This sets the networking.
 
-
-

generated/modules/traveldroid/system/printing.nix

-
+
+

generated/modules/traveldroid/system/printing.nix

+

This sets the dbus implementation

@@ -2606,9 +2606,9 @@ This sets the dbus implementation
-
-

generated/modules/traveldroid/system/quickshell.nix

-
+
+

generated/modules/traveldroid/system/quickshell.nix

+

This sets the quickshell implementation

@@ -2654,9 +2654,9 @@ in
-
-

generated/modules/traveldroid/system/swaync.nix

-
+
+

generated/modules/traveldroid/system/swaync.nix

+

This sets the dbus implementation

@@ -2705,13 +2705,13 @@ in
-
-

generated/users

-
+
+

generated/users

+
-
-

generated/users/

-
+
+

generated/users/

+

This is the default user, just search and replace henrov another name if you want to change

@@ -2773,9 +2773,9 @@ in

These are all the prepared config files

-
-

generated/.config/emacs/early-init.el

-
+
+

generated/.config/emacs/early-init.el

+

This contaions emacs

@@ -2876,9 +2876,9 @@ package-archive-priorities '(("gnu" . 99)
-
-

generated/.config/emacs/init.el

-
+
+

generated/.config/emacs/init.el

+

This contaions emacs

@@ -3288,9 +3288,9 @@ the top of the file."
-
-

generated/.config/hypr/animations.conf

-
+
+

generated/.config/hypr/animations.conf

+

These are config files for .config/hypr

@@ -3309,9 +3309,9 @@ These are config files for .config/hypr
-
-

generated/.config/hypr/behaviour.conf

-
+
+

generated/.config/hypr/behaviour.conf

+

These are config files for .config/hypr

@@ -3333,9 +3333,9 @@ input {
-
-

generated/.config/hypr/bindings.conf

-
+
+

generated/.config/hypr/bindings.conf

+

These are config files for .config/hypr

@@ -3501,11 +3501,11 @@ bind = $mainMod, U, exec, qs -c updater
-
-

generated/.config/hypr/exec-once.conf

-
+
+

generated/.config/hypr/exec-once.conf

+

-These are config files for .config/hypr +What is executed after startup, when hyprland is running?

exec-once = dbus-update-activation-environment --systemd --all
@@ -3522,11 +3522,11 @@ exec-once = waybar
 
-
-

generated/.config/hypr/hypridle.conf

-
+
+

generated/.config/hypr/hypridle.conf

+

-These are config files for .config/hypr +These are config files for hypridle

general {
@@ -3555,9 +3555,9 @@ listener {
 
-
-

generated/.config/hypr/hyprlock.conf

-
+
+

generated/.config/hypr/hyprlock.conf

+

These are config files for .config/hypr

@@ -3587,9 +3587,9 @@ input-field {
-
-

generated/.config/hypr/hyprland.conf

-
+
+

generated/.config/hypr/hyprland.conf

+

These are config files for .config/hypr

@@ -3608,9 +3608,9 @@ source = ./workspace-rules.conf
-
-

generated/.config/hypr/layer-rules.conf

-
+
+

generated/.config/hypr/layer-rules.conf

+

These are config files for .config/hypr

@@ -3623,9 +3623,9 @@ layerrule = xray 1, match:namespace swaync-control-center
-
-

generated/.config/hypr/layout.conf

-
+
+

generated/.config/hypr/layout.conf

+

These settings control Hyprland config

@@ -3640,9 +3640,9 @@ scrolling {
-
-

generated/.config/hypr/monitor-rules.conf

-
+
+

generated/.config/hypr/monitor-rules.conf

+

These are config files for .config/hypr

@@ -3653,9 +3653,9 @@ monitor = eDP-1, preferred, auto-left, 1.5
-
-

generated/.config/hypr/theming.conf

-
+
+

generated/.config/hypr/theming.conf

+

These are config files for .config/hypr

@@ -3721,9 +3721,9 @@ misc {
-
-

generated/.config/hypr/window-rules.conf

-
+
+

generated/.config/hypr/window-rules.conf

+

These are config files for .config/hypr

@@ -3824,9 +3824,9 @@ windowrule {
-
-

generated/.config/hypr/workspace-rules.conf

-
+
+

generated/.config/hypr/workspace-rules.conf

+

These setttings configure rules for workspaces

@@ -3841,9 +3841,9 @@ workspace = 6, monitor:DP-1 #, layout:dwindle
-
-

generated/.config/quickshell/media/shell.qml

-
+
+

generated/.config/quickshell/media/shell.qml

+

offers a audio widget

@@ -4237,9 +4237,9 @@ ShellRoot {
-
-

generated/.config/quickshell/powermenu/shell.qml

-
+
+

generated/.config/quickshell/powermenu/shell.qml

+

Provides a powermenu

@@ -4387,9 +4387,9 @@ ShellRoot {
-
-

generated/.config/quickshell/updater/shell.qml

-
+
+

generated/.config/quickshell/updater/shell.qml

+

Updates the system

@@ -4638,9 +4638,9 @@ ShellRoot {
-
-

generated/.config/quickshell/layoutswitcher/shell.qml

-
+
+

generated/.config/quickshell/layoutswitcher/shell.qml

+

Provides a layout menu

@@ -4787,9 +4787,9 @@ ShellRoot {
-
-

generated/.config/waybar/scripts/batterywarn.sh

-
+
+

generated/.config/waybar/scripts/batterywarn.sh

+

Providing an media

@@ -4806,9 +4806,9 @@ fi
-
-

generated/.config/waybar/scripts/media.sh

-
+
+

generated/.config/waybar/scripts/media.sh

+

Providing an media

@@ -4907,9 +4907,9 @@ jq -c -n \
-
-

generated/.config/system/scripts/numlock-check.sh

-
+
+

generated/.config/system/scripts/numlock-check.sh

+

Count keyboards and enable numlock if more then 1, else disable

@@ -4931,9 +4931,9 @@ fi
-
-

generated/.config/system/scripts/power.sh

-
+
+

generated/.config/system/scripts/power.sh

+

Enables a terminal power menu

@@ -4988,9 +4988,9 @@ main
-
-

generated/.config/wofi/scripts/wofi-launcher.sh

-
+
+

generated/.config/wofi/scripts/wofi-launcher.sh

+

Providing an media

@@ -5005,19 +5005,19 @@ Providing an media
-
-

generated/.config/shared/colors.css

-
+
+

generated/.config/shared/colors.css

+

A file containing color variables

/* Catppuccin Mocha Palette */
-@define-color border     #97C9E6;
+@define-color border     #96cdd2;
 @define-color crust      #11111b;
 @define-color mantle     #181825;
 @define-color base       #1e1e2e;
-@define-color base-alpha rgba(30, 30, 46, 0.2);
+@define-color base-alpha rgba(30, 30, 46, 0.8);
 
 @define-color surface0   #313244;
 @define-color surface1   #45475a;
@@ -5048,9 +5048,9 @@ A file containing color variables
 
-
-

generated/.config/starship.toml

-
+
+

generated/.config/starship.toml

+

These are config files for Starship

@@ -5338,9 +5338,9 @@ crust = "#181926"
-
-

generated/.config/stylix/stylix.conf

-
+
+

generated/.config/stylix/stylix.conf

+

These are config files for .config/stylix

@@ -5376,9 +5376,9 @@ icons = {
-
-

generated/.config/stylix/palette.json

-
+
+

generated/.config/stylix/palette.json

+

These are config files for .config/stylix

@@ -5408,9 +5408,9 @@ These are config files for .config/stylix
-
-

generated/.config/stylix/palette.html

-
+
+

generated/.config/stylix/palette.html

+

These are config files for .config/stylix

@@ -5487,9 +5487,9 @@ These are config files for .config/stylix
-
-

generated/.config/swaync/config.json

-
+
+

generated/.config/swaync/config.json

+

These are config files for waybar

@@ -5550,9 +5550,9 @@ These are config files for waybar
-
-

generated/.config/swaync/style.css

-
+
+

generated/.config/swaync/style.css

+

These are config files for waybar

@@ -5745,9 +5745,9 @@ These are config files for waybar
-
-

generated/.config/waybar/config.jsonc

-
+
+

generated/.config/waybar/config.jsonc

+

These are config files for waybar

@@ -6084,9 +6084,9 @@ These are config files for waybar
-
-

generated/.config/waybar/style-dark.css

-
+
+

generated/.config/waybar/style-dark.css

+

This file contains all css for waybar

@@ -6346,9 +6346,9 @@ label#custom-windows:not(.active) {
-
-

generated/.config/waybar/scripts/bluetooth-status.sh

-
+
+

generated/.config/waybar/scripts/bluetooth-status.sh

+

These are config files for waybar

@@ -6373,9 +6373,9 @@ printf '{"text": "%s", "tooltip": "%s"}\n' "$icon" "$tooltip"
-
-

generated/.config/waybar/scripts/hypr-workspaces.sh

-
+
+

generated/.config/waybar/scripts/hypr-workspaces.sh

+

These are config files for waybar

@@ -6417,9 +6417,9 @@ jq -c -n \
-
-

generated/.config/waybar/scripts/hypr-workspacesmenu.sh

-
+
+

generated/.config/waybar/scripts/hypr-workspacesmenu.sh

+

These are config files for waybar

@@ -6441,9 +6441,9 @@ hyprctl dispatch focuswindow address:"$addr"
-
-

generated/.config/waybar/scripts/kdeconnect-status.sh

-
+
+

generated/.config/waybar/scripts/kdeconnect-status.sh

+

These are config files for waybar

@@ -6467,9 +6467,9 @@ fi
-
-

generated/.config/waypaper/config.ini

-
+
+

generated/.config/waypaper/config.ini

+

These are config files for waypaper

@@ -6506,9 +6506,9 @@ keybindings = ~/.config/waypaper/keybindings.ini
-
-

generated/.config/waypaper/config.ini

-
+
+

generated/.config/waypaper/config.ini

+

These are config files for .config/waypaper

@@ -6544,9 +6544,9 @@ keybindings = ~/.config/waypaper/keybindings.ini
-
-

generated/.config/wofi/config

-
+
+

generated/.config/wofi/config

+

These are config files for .config/wofi

@@ -6573,9 +6573,9 @@ prompt = > ...
-
-

generated/.config/wofi/style.css

-
+
+

generated/.config/wofi/style.css

+

This is the default layout for wofi

@@ -6671,9 +6671,9 @@ This is the default layout for wofi
-
-

generated/.config/zed/settings.json

-
+
+

generated/.config/zed/settings.json

+

These are config files for Zed editor

@@ -6711,9 +6711,9 @@ These are config files for Zed editor
-
-

generated/.config/zsh/.zshrc

-
+
+

generated/.config/zsh/.zshrc

+

This sets up the zsh in the terminal

@@ -6750,7 +6750,7 @@ cd() {

Author: Henro Veijer

-

Created: 2026-04-29 wo 14:58

+

Created: 2026-04-29 wo 15:11

Validate

diff --git a/Droidnix/README.org b/Droidnix/README.org index e8414f2de..e4c4dd396 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -269,7 +269,7 @@ Setting the colors for Droidnix. { lib, config, pkgs, flakeRoot, ... }: let colors = { - border = "#97C9E6"; + border = "#96cdd2"; crust = "#11111b"; mantle = "#181825"; base = "#1e1e2e"; @@ -2856,7 +2856,7 @@ bind = $mainMod, U, exec, qs -c updater #+END_SRC ** =generated/.config/hypr/exec-once.conf= -These are config files for .config/hypr +What is executed after startup, when hyprland is running? #+BEGIN_SRC conf :tangle generated/.config/hypr/exec-once.conf :noweb yes :mkdirp yes :eval never exec-once = dbus-update-activation-environment --systemd --all exec-once = systemctl --user start --no-block xdg-desktop-portal-hyprland @@ -2871,7 +2871,7 @@ exec-once = waybar #+END_SRC ** =generated/.config/hypr/hypridle.conf= -These are config files for .config/hypr +These are config files for hypridle #+BEGIN_SRC conf :tangle generated/.config/hypr/hypridle.conf :noweb yes :mkdirp yes :eval never general { lock_cmd = hyprlock @@ -4249,11 +4249,11 @@ wofi --show drun \ A file containing color variables #+BEGIN_SRC css :tangle generated/.config/shared/colors.css :noweb yes :mkdirp yes :eval never /* Catppuccin Mocha Palette */ -@define-color border #97C9E6; +@define-color border #96cdd2; @define-color crust #11111b; @define-color mantle #181825; @define-color base #1e1e2e; -@define-color base-alpha rgba(30, 30, 46, 0.2); +@define-color base-alpha rgba(30, 30, 46, 0.8); @define-color surface0 #313244; @define-color surface1 #45475a; diff --git a/Droidnix/assets/traveldroid/Wallpapers/scripts_/randomizeWallpapers.sh b/Droidnix/assets/traveldroid/Wallpapers/scripts_/randomizeWallpapers.sh deleted file mode 100755 index 9d22eee50..000000000 --- a/Droidnix/assets/traveldroid/Wallpapers/scripts_/randomizeWallpapers.sh +++ /dev/null @@ -1,54 +0,0 @@ -#!/run/current-system/sw/bin/bash -set -euo pipefail - -WALLPAPER_DIR="$HOME/Wallpapers/pictures" -echo "Wallpaper dir = $WALLPAPER_DIR" - -randomize_and_rename_wallpapers() { - echo "Randomizing JPG filenames..." - - shopt -s nullglob - - # Grab all jpg/JPG files - files=("$WALLPAPER_DIR"/*.[jJ][pP][gG]) - - if [ ${#files[@]} -eq 0 ]; then - echo "No JPG files found in $WALLPAPER_DIR" - return - fi - - # Shuffle the array - mapfile -t files < <(printf "%s\n" "${files[@]}" | shuf) - - tmp_names=() - - for file in "${files[@]}"; do - ext="${file##*.}" - - # generate a random 16-character alphanumeric name - while : ; do - rand_name=$(head /dev/urandom | tr -dc 'a-zA-Z0-9' | head -c16) - new_path="$WALLPAPER_DIR/$rand_name.$ext" - if [[ ! -e "$new_path" ]]; then - mv "$file" "$new_path" - tmp_names+=("$new_path") - echo "Renamed $file -> $new_path" - break - fi - done - done - - # Sequentially rename to 01.jpg ... 99.jpg - counter=1 - for file in "${tmp_names[@]}"; do - new_name=$(printf "%02d.jpg" "$counter") - mv "$file" "$WALLPAPER_DIR/$new_name" - echo "Final rename $file -> $WALLPAPER_DIR/$new_name" - ((counter++)) - [[ $counter -gt 99 ]] && break - done - - echo "Randomization complete." -} - -randomize_and_rename_wallpapers diff --git a/Droidnix/assets/traveldroid/Wallpapers/scripts_/ws-daemon.sh b/Droidnix/assets/traveldroid/Wallpapers/scripts_/ws-daemon.sh deleted file mode 100755 index b5e5ed940..000000000 --- a/Droidnix/assets/traveldroid/Wallpapers/scripts_/ws-daemon.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env bash -set -euo pipefail - -SOCK="$XDG_RUNTIME_DIR/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock" - -exec socat -U - UNIX-CONNECT:"$SOCK" | while IFS= read -r line; do - case "$line" in - workspace\>\>*) - WS="${line#workspace>>}" - "$HOME/Wallpapers/scripts/ws-wallpaper.sh" "$WS" - ;; - esac -done diff --git a/Droidnix/generated/.config/shared/colors.css b/Droidnix/generated/.config/shared/colors.css index 58971af77..07e368a60 100644 --- a/Droidnix/generated/.config/shared/colors.css +++ b/Droidnix/generated/.config/shared/colors.css @@ -1,10 +1,10 @@ /* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */ /* Catppuccin Mocha Palette */ -@define-color border #97C9E6; +@define-color border #96cdd2; @define-color crust #11111b; @define-color mantle #181825; @define-color base #1e1e2e; -@define-color base-alpha rgba(30, 30, 46, 0.2); +@define-color base-alpha rgba(30, 30, 46, 0.8); @define-color surface0 #313244; @define-color surface1 #45475a; diff --git a/Droidnix/generated/modules/traveldroid/system/colors.nix b/Droidnix/generated/modules/traveldroid/system/colors.nix index e3b4b8ac4..ab9c449e3 100644 --- a/Droidnix/generated/modules/traveldroid/system/colors.nix +++ b/Droidnix/generated/modules/traveldroid/system/colors.nix @@ -2,7 +2,7 @@ { lib, config, pkgs, flakeRoot, ... }: let colors = { - border = "#97C9E6"; + border = "#96cdd2"; crust = "#11111b"; mantle = "#181825"; base = "#1e1e2e";