diff --git a/Cargo.lock b/Cargo.lock index 3ba78d5..1970c7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,7 +119,7 @@ dependencies = [ [[package]] name = "breadbar" -version = "0.1.5" +version = "0.1.6" dependencies = [ "bread-theme", "futures-lite", diff --git a/Cargo.toml b/Cargo.toml index ddcf280..755020b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "breadbar" -version = "0.1.5" +version = "0.1.6" edition = "2021" description = "Minimal status bar and notification daemon for Hyprland on Wayland" license = "MIT" diff --git a/src/theme.rs b/src/theme.rs index 62ce751..747ca1d 100644 --- a/src/theme.rs +++ b/src/theme.rs @@ -14,7 +14,7 @@ fn load_css() -> String { window.breadbar {{ background-color: {bg_rgba}; border-radius: 0; }}\ label {{ color: {fg}; }}\ .workspace-btn {{ background: transparent; color: {fg}; opacity: 0.45;\ - border-radius: 0 0 8px 8px; border: none; outline: none; box-shadow: none;\ + border-radius: 0; border: none; outline: none; box-shadow: none;\ min-width: 24px; padding: 4px 8px; }}\ .workspace-btn:hover {{ opacity: 0.8; }}\ .workspace-btn.active {{ background: {accent}; opacity: 1; }}\