diff --git a/configuration.nix b/configuration.nix index 167d41a..b995889 100644 --- a/configuration.nix +++ b/configuration.nix @@ -103,15 +103,10 @@ # Enable the OpenSSH daemon. # services.openssh.enable = true; - security = { - # Adds Swaylock to /etc/pam.d - pam.services.swaylock = { }; - }; - services = { displayManager.sddm = { enable = true; - autoNumlock = true; # Enable numlock at login + autoNumlock = true; # Enable numlock at login # TODO doesn't work wayland.enable = true; }; diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 03ae236..4df5d0b 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -10,4 +10,9 @@ ]; home.file.".config/hypr/hyprland.conf".source = ./hyprland.conf; + programs.kitty = { + settings = { + window_padding_width = 10; + }; + }; } diff --git a/home/hyprland/waybar/config/config.jsonc b/home/hyprland/waybar/config/config.jsonc index b0e2bbb..40d9219 100644 --- a/home/hyprland/waybar/config/config.jsonc +++ b/home/hyprland/waybar/config/config.jsonc @@ -25,10 +25,7 @@ "hyprland/workspaces": { "disable-scroll": false, "sort-by-name": true, - "format": " {id} ", - "format-icons": { - "default": "" - } + "format": " {id} " }, "hyprland/window": {}, "tray": { @@ -36,7 +33,7 @@ "spacing": 10 }, "custom/music": { - "format": " {}", + "format": "󰓃 {}", "escape": true, "interval": 5, "tooltip": false, diff --git a/home/hyprland/waybar/config/style.css b/home/hyprland/waybar/config/style.css index 72bc2ea..69d7c6a 100644 --- a/home/hyprland/waybar/config/style.css +++ b/home/hyprland/waybar/config/style.css @@ -1,8 +1,8 @@ @import "mocha.css"; * { - font-family: FantasqueSansMono Nerd Font; - font-size: 17px; + font-family: JetBrainsMono Nerd Font; + font-size: 15px; min-height: 0; } @@ -14,9 +14,8 @@ #workspaces { border-radius: 1rem; - margin: 5px; background-color: @surface0; - margin-left: 1rem; + margin: 5px 5px 5px 1rem; } #workspaces button { @@ -83,19 +82,19 @@ } #custom-lock { - border-radius: 1rem 0px 0px 1rem; + border-radius: 1rem 0 0 1rem; color: @lavender; } #custom-power { margin-right: 1rem; - border-radius: 0px 1rem 1rem 0px; + border-radius: 0 1rem 1rem 0; color: @red; } #custom-notification { margin-right: 1rem; - border-radius: 0px 1rem 1rem 0px; + border-radius: 0 1rem 1rem 0; color: @sapphire; }