More changes for last commit

This commit is contained in:
Henry Sipp
2025-07-22 21:08:35 -05:00
parent 1fed2b5d59
commit 51193c0973
6 changed files with 20 additions and 14 deletions
+6 -3
View File
@@ -1,11 +1,15 @@
@import "./theme.css";
* { * {
border: none; border: none;
border-radius: 0; border-radius: 0;
min-height: 0; min-height: 0;
font-family: CaskaydiaMono Nerd Font; font-family: CaskaydiaMono Nerd Font;
font-size: 14px; font-size: 14px;
background-color: transparent;
} }
#workspaces { #workspaces {
margin-left: 7px; margin-left: 7px;
} }
@@ -23,8 +27,9 @@
#network, #network,
#bluetooth, #bluetooth,
#wireplumber, #wireplumber,
#tray widget, #tray,
#clock { #clock {
background-color: transparent;
min-width: 12px; min-width: 12px;
margin-right: 13px; margin-right: 13px;
} }
@@ -36,5 +41,3 @@ tooltip {
tooltip label { tooltip label {
padding: 2px; padding: 2px;
} }
@import "./theme.css";
@@ -15,6 +15,7 @@ in {
# "SUPER SHIFT CTRL, SPACE, exec, ~/.local/share/omarchy/bin/omarchy-theme-next" # "SUPER SHIFT CTRL, SPACE, exec, ~/.local/share/omarchy/bin/omarchy-theme-next"
"SUPER, W, killactive," "SUPER, W, killactive,"
"SUPER, Backspace, killactive,"
# End active session # End active session
"SUPER, ESCAPE, exec, hyprlock" "SUPER, ESCAPE, exec, hyprlock"
+4 -5
View File
@@ -30,18 +30,17 @@ in {
rounding = 4; rounding = 4;
shadow = { shadow = {
enabled = true; enabled = false;
range = 14; range = 30;
render_power = 3; render_power = 3;
ignore_window = true; ignore_window = true;
color = "rgba(00000045)"; color = "rgba(00000045)";
# color = hexToRgba config.colorScheme.palette.base00 "ee";
}; };
blur = { blur = {
enabled = true; enabled = true;
size = 3; size = 5;
passes = 1; passes = 2;
vibrancy = 0.1696; vibrancy = 0.1696;
}; };
+8 -5
View File
@@ -2,11 +2,10 @@ inputs: {
config, config,
pkgs, pkgs,
... ...
}: }: let
let
palette = config.colorScheme.palette; palette = config.colorScheme.palette;
convert = inputs.nix-colors.lib.conversions.hexToRGBString; convert = inputs.nix-colors.lib.conversions.hexToRGBString;
backgroundRgb = "rgba(${convert ", " palette.base00}, 0.25)"; backgroundRgb = "rgba(${convert ", " palette.base00}, 0)";
in { in {
home.file = { home.file = {
".config/waybar/" = { ".config/waybar/" = {
@@ -15,10 +14,13 @@ in {
}; };
".config/waybar/theme.css" = { ".config/waybar/theme.css" = {
text = '' text = ''
@define-color background ${backgroundRgb};
* { * {
color: #${config.colorScheme.palette.base05}; color: white;
background-color: ${backgroundRgb}; }
window#waybar {
background-color: ${backgroundRgb};
} }
''; '';
}; };
@@ -152,6 +154,7 @@ in {
on-click-right = "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"; # Updated command on-click-right = "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"; # Updated command
max-volume = 150; # Optional: allow volume over 100% max-volume = 150; # Optional: allow volume over 100%
}; };
tray = {spacing = 13;};
power-profiles-daemon = { power-profiles-daemon = {
format = "{icon}"; format = "{icon}";
tooltip-format = "Power profile: {profile}"; tooltip-format = "Power profile: {profile}";
-1
View File
@@ -6,5 +6,4 @@
# TODO: Dynamically get user names # TODO: Dynamically get user names
_1password-gui.polkitPolicyOwners = ["henry"]; _1password-gui.polkitPolicyOwners = ["henry"];
}; };
} }
+1
View File
@@ -11,6 +11,7 @@
nautilus nautilus
hyprshot hyprshot
hyprpicker hyprpicker
hyprsunset
alejandra alejandra
pamixer pamixer
playerctl playerctl