Regenerated

This commit is contained in:
2026-04-29 15:11:02 +02:00
parent 3106055e4b
commit ebb03eb278
6 changed files with 405 additions and 472 deletions
+5 -5
View File
@@ -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;