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