changed waybar and hyprland borders to be easier on the eyes

This commit is contained in:
pagedmov
2024-11-06 01:29:58 -05:00
parent b1afb4a06a
commit cf20f8ef68
3 changed files with 16 additions and 17 deletions

View File

@@ -104,7 +104,7 @@ in {
gaps_out = 8; gaps_out = 8;
border_size = 3; border_size = 3;
#"col.inactive_border" = "0xff${scheme.base01}"; #"col.inactive_border" = "0xff${scheme.base01}";
"col.active_border" = lib.mkForce "0xff${scheme.base0F}"; "col.active_border" = lib.mkForce "0xff${scheme.base04}";
border_part_of_window = false; border_part_of_window = false;
no_border_on_floating = false; no_border_on_floating = false;
}; };
@@ -135,7 +135,7 @@ in {
}; };
decoration = { decoration = {
rounding = 16; rounding = 10;
# active_opacity = 0.90; # active_opacity = 0.90;
inactive_opacity = 0.90; inactive_opacity = 0.90;
fullscreen_opacity = 1.0; fullscreen_opacity = 1.0;

View File

@@ -354,8 +354,8 @@ in {
} }
window#waybar { window#waybar {
border-radius: 20px; border-radius: 10px;
border: 3px solid #${colors.color7}; border: 3px solid #${fg.light};
background: rgba(23,29,35,0.50); background: rgba(23,29,35,0.50);
margin: 20px; margin: 20px;
} }
@@ -366,22 +366,22 @@ in {
#workspaces { #workspaces {
margin: 3px; margin: 3px;
background: #${bg.dark}; background: #${bg.dark};
border-radius: 20px; border-radius: 8px;
} }
#workspaces button:hover { #workspaces button:hover {
border-radius: 20px; border-radius: 8px;
} }
#workspaces button.active { #workspaces button.active {
background: #${fg.lightester}; background: #${fg.lightester};
border-radius: 20px; border-radius: 8px;
color: #${bg.darkest}; color: #${bg.darkest};
} }
#cava { #cava {
background: #${bg.dark}; background: #${bg.dark};
border-radius: 20px; border-radius: 8px;
margin: 3px 3px 3px 6px; margin: 3px 3px 3px 6px;
padding: 0px 15px 0px 15px; padding: 0px 15px 0px 15px;
color: #${colors.color6}; color: #${colors.color6};
@@ -390,7 +390,7 @@ in {
#window { #window {
margin: 3px; margin: 3px;
background: #${bg.dark}; background: #${bg.dark};
border-radius: 20px; border-radius: 8px;
padding: 0 15px 0 15px; padding: 0 15px 0 15px;
font-weight: bold; font-weight: bold;
} }
@@ -399,7 +399,7 @@ in {
margin: 3px; margin: 3px;
padding: 0 10px 0 10px; padding: 0 10px 0 10px;
background: #${bg.dark}; background: #${bg.dark};
border-radius: 20px; border-radius: 8px;
} }
#custom-disk-icon, #cpu, #memory { #custom-disk-icon, #cpu, #memory {
@@ -423,7 +423,7 @@ in {
#clock { #clock {
font-weight: bold; font-weight: bold;
background: #${bg.dark}; background: #${bg.dark};
border-radius: 20px; border-radius: 8px;
margin: 3px; margin: 3px;
padding: 0 10px 0 10px; padding: 0 10px 0 10px;
font-size: 18px; font-size: 18px;
@@ -431,7 +431,7 @@ in {
#powerbtns { #powerbtns {
background: #${bg.dark}; background: #${bg.dark};
border-radius: 20px; border-radius: 8px;
margin: 3px; margin: 3px;
padding: 0 5px 0 10px; padding: 0 5px 0 10px;
} }
@@ -453,7 +453,7 @@ in {
#audio { #audio {
background: #${bg.dark}; background: #${bg.dark};
border-radius: 20px; border-radius: 8px;
margin: 3px; margin: 3px;
padding: 5px 0 10px 0; padding: 5px 0 10px 0;
} }
@@ -488,14 +488,14 @@ in {
color: #${colors.color1}; color: #${colors.color1};
font-size: 20px; font-size: 20px;
background: #${bg.dark}; background: #${bg.dark};
border-radius: 20px; border-radius: 8px;
margin: 3px; margin: 3px;
padding: 5px 0 5px 6px; padding: 5px 0 5px 6px;
} }
#brightness { #brightness {
background: #${bg.dark}; background: #${bg.dark};
border-radius: 20px; border-radius: 8px;
margin: 3px; margin: 3px;
padding: 10px 0px 5px 0; padding: 10px 0px 5px 0;
} }
@@ -510,7 +510,7 @@ in {
color: #${colors.color4}; color: #${colors.color4};
font-size: 20px; font-size: 20px;
background: #${bg.dark}; background: #${bg.dark};
border-radius: 20px; border-radius: 8px;
margin: 3px; margin: 3px;
padding: 5px 0 5px 0px; padding: 5px 0 5px 0px;
} }

View File

@@ -18,7 +18,6 @@ in
stylix = { stylix = {
enable = true; enable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/${scheme}.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/${scheme}.yaml";
override.base00 = "030303";
image = wallpaper; image = wallpaper;
homeManagerIntegration = { homeManagerIntegration = {
autoImport = true; autoImport = true;