diff --git a/home/rice/foot.nix b/home/rice/foot.nix index 62a3a29f..259b9b94 100644 --- a/home/rice/foot.nix +++ b/home/rice/foot.nix @@ -42,7 +42,7 @@ uri-characters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+=\"'()[]"; }; colors = { - alpha = "1.0"; + alpha = "0.8"; foreground = "cdd6f4"; background = "1e1e2e"; diff --git a/home/rice/hyprland/config.nix b/home/rice/hyprland/config.nix index c3f2f405..1ac72840 100644 --- a/home/rice/hyprland/config.nix +++ b/home/rice/hyprland/config.nix @@ -78,7 +78,7 @@ in { blur = { enabled = true; size = 3; - passes = 2; + passes = 3; ignore_opacity = false; new_optimizations = 1; xray = true; diff --git a/home/rice/hyprland/default.nix b/home/rice/hyprland/default.nix index 8e16de88..9b40a7d3 100644 --- a/home/rice/hyprland/default.nix +++ b/home/rice/hyprland/default.nix @@ -96,7 +96,7 @@ in { swaybg = mkService { Unit.Description = "Wallpaper chooser"; Service = { - ExecStart = "${lib.getExe pkgs.swaybg} -i ${./wall.png}"; + ExecStart = "${lib.getExe pkgs.swaybg} -i ${./wall.jpg}"; Restart = "always"; }; }; diff --git a/home/rice/hyprland/wall.jpg b/home/rice/hyprland/wall.jpg new file mode 100644 index 00000000..21148f8d Binary files /dev/null and b/home/rice/hyprland/wall.jpg differ diff --git a/home/rice/hyprland/wall.png b/home/rice/hyprland/wall.png deleted file mode 100644 index ace8c2c2..00000000 Binary files a/home/rice/hyprland/wall.png and /dev/null differ diff --git a/home/rice/waybar/default.nix b/home/rice/waybar/default.nix index 1f66b33a..7cbd180c 100644 --- a/home/rice/waybar/default.nix +++ b/home/rice/waybar/default.nix @@ -4,14 +4,6 @@ config, ... }: let - get-crypto-price = - pkgs.writeShellScriptBin "get-crypto-price" - '' - #!/bin/sh - price="$(curl -s https://api.binance.com/api/v3/ticker/price?symbol=$1 | ${lib.getExe pkgs.jq} '.price' | sed 's/\"//g')" - printf "%.2f" $price - ''; - mullvad-status = pkgs.writeShellScriptBin "mullvad-status" '' @@ -30,9 +22,9 @@ in { width = 55; spacing = 7; fixed-center = false; - margin-left = 6; - margin-top = 9; - margin-bottom = 9; + margin-left = null; + margin-top = null; + margin-bottom = null; margin-right = null; exclusive = true; modules-left = [ diff --git a/home/rice/waybar/style.nix b/home/rice/waybar/style.nix index ca142940..91215d1c 100644 --- a/home/rice/waybar/style.nix +++ b/home/rice/waybar/style.nix @@ -11,8 +11,8 @@ in '' } window#waybar { - background-color: #181825; - border-radius: 20px; + background-color: rgba(24, 24, 37, 0.75); + border-radius: 0px; margin: 32px 16px; color: #cdd6f4; box-shadow: 2px 3px 2px 2px #151515; @@ -99,7 +99,7 @@ in '' #volume, #pulseaudio { border-radius: 15px; - background-color: #1e1e2e; + background-color: rgba(49, 50, 68, 0.8); padding: 14px 0px 14px 0px; margin: 0px 7px 0px 7px; }