diff --git a/LICENSE b/LICENSE index a7172da..a148f48 100644 --- a/LICENSE +++ b/LICENSE @@ -1,19 +1,13 @@ -Copyright (c) 2024 Artur Manuel +Copyright 2025 Artur Manuel -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. + http://www.apache.org/licenses/LICENSE-2.0 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/flake.lock b/flake.lock index 294890c..ec9b10b 100644 --- a/flake.lock +++ b/flake.lock @@ -9,11 +9,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1738675414, - "narHash": "sha256-DwKipTgF2DEyNm6+Rj6FXg0DbNNNbt+h4fj9aTO4Q68=", + "lastModified": 1738695322, + "narHash": "sha256-YF3xLERHt3hwzUg+d6SL634sE5Q65Nam7V1SwTlqxH8=", "owner": "chaotic-cx", "repo": "nyx", - "rev": "59029b0faeee6d2d5284af29830d85fb2caa30ee", + "rev": "888cff8a6485296ae11cec13cc6f989f9c39aa23", "type": "github" }, "original": { @@ -207,11 +207,11 @@ "treefmt": "treefmt" }, "locked": { - "lastModified": 1737045336, - "narHash": "sha256-0LiXE5Z7V3gKt2BfZokhnK5GOoCIkLpFoONEucFASv8=", + "lastModified": 1738699636, + "narHash": "sha256-oboLj7yQAQlaJLSV8OpVpYHErLOVKST5FXtT+cKIjFQ=", "ref": "master", - "rev": "7b8af02bcc2d4d56ac09b2de2179de7453925d48", - "revCount": 4, + "rev": "0a3c3ddf146a74c08e8fd3821e53e2c7d7ac2de2", + "revCount": 5, "type": "git", "url": "https://codeberg.org/amadaluzia/hetch.git" }, diff --git a/hosts/micronix/system.nix b/hosts/micronix/system.nix index db42c07..f1fc450 100644 --- a/hosts/micronix/system.nix +++ b/hosts/micronix/system.nix @@ -101,7 +101,7 @@ use-cgroups = true; }; - boot.initrd.kernelModules = ["amdgpu", "sha256", "sha512"]; + boot.initrd.kernelModules = ["amdgpu" "sha256" "sha512"]; # Processor settings for AMD hardware.cpu.amd = { diff --git a/hosts/python/users/configs/dunst/dunstrc b/hosts/python/users/configs/dunst/dunstrc index 39755dd..b04a3bf 100644 --- a/hosts/python/users/configs/dunst/dunstrc +++ b/hosts/python/users/configs/dunst/dunstrc @@ -38,7 +38,7 @@ # Position the notification in the top right corner origin = top-right - offset = (10, 10) + offset = (9, 9) # Scale factor. It is auto-detected if value is 0. scale = 0 @@ -92,20 +92,20 @@ # notifications. # Set to 0 to disable. # If gap_size is greater than 0, this setting will be ignored. - separator_height = 2 + separator_height = 0 # Padding between text and separator. - padding = 8 + padding = 4 # Horizontal padding. - horizontal_padding = 8 + horizontal_padding = 4 # Padding between text and icon. text_icon_padding = 0 # Defines width in pixels of frame around the notification window. # Set to 0 to disable. - frame_width = 3 + frame_width = 1 # Defines color of the frame around the notification window. frame_color = "#e5e9f0" @@ -114,7 +114,7 @@ # If value is greater than 0, separator_height will be ignored and a border # of size frame_width will be drawn around each notification instead. # Click events on gaps do not currently propagate to applications below. - gap_size = 0 + gap_size = 4 # Define a color for the separator. # possible values are: diff --git a/hosts/python/users/configs/niri/config.kdl b/hosts/python/users/configs/niri/config.kdl index 325841b..6ef01f2 100644 --- a/hosts/python/users/configs/niri/config.kdl +++ b/hosts/python/users/configs/niri/config.kdl @@ -272,7 +272,7 @@ window-rule { // Example: enable rounded corners for all windows. // (This example rule is commented out with a "/-" in front.) -window-rule { +/-window-rule { geometry-corner-radius 6 clip-to-geometry true } diff --git a/hosts/python/users/configs/vesktop/quickCss.css b/hosts/python/users/configs/vesktop/quickCss.css index 7f2a59e..da945a7 100644 --- a/hosts/python/users/configs/vesktop/quickCss.css +++ b/hosts/python/users/configs/vesktop/quickCss.css @@ -1,3 +1,3 @@ :root { - --font: "Monospace"; + --font: "Monospace"; }