summaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/themes/hudson/waybar.css
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/hyprland/.config/themes/hudson/waybar.css')
-rw-r--r--dotfiles/hyprland/.config/themes/hudson/waybar.css24
1 files changed, 19 insertions, 5 deletions
diff --git a/dotfiles/hyprland/.config/themes/hudson/waybar.css b/dotfiles/hyprland/.config/themes/hudson/waybar.css
index 299f1c2..da1ad75 100644
--- a/dotfiles/hyprland/.config/themes/hudson/waybar.css
+++ b/dotfiles/hyprland/.config/themes/hudson/waybar.css
@@ -19,18 +19,32 @@ window#waybar {
}
#workspaces button {
- padding: 0.5rem;
- margin: 0.2rem;
+ min-width: 34px;
+ min-height: 32px;
+ padding: 0;
+ margin: 0.15rem;
background-color: transparent;
color: #bbbbbb;
- border-radius: 1rem;
+ border-radius: 50%;
transition: all 0.3s ease;
}
#workspaces button.active {
background: #daa520;
color: #222222;
+}
+
+#custom-menu {
+ background-image: url("/home/cjennings/.config/waybar/arch-logo-hudson.svg");
+ background-size: contain;
+ background-repeat: no-repeat;
+ background-position: center;
+ background-color: transparent;
border-radius: 1rem;
+ min-width: 2.0rem;
+ padding: 0;
+ margin: 0.15rem;
+ transition: all 0.3s ease;
}
#workspaces button.urgent {
@@ -40,7 +54,7 @@ window#waybar {
.modules-right, .modules-left {
background-color: #222222;
border-radius: 1rem;
- padding: 0.2rem 0.6rem;
+ padding: 0.1rem 0.6rem;
margin: 0.3rem;
border: 0.095rem solid #daa520;
box-shadow: 0rem 0.2rem 0.4rem rgba(0,0,0,0.5);
@@ -57,7 +71,7 @@ window#waybar {
#clock,
#custom-layout,
#window {
- padding: 0.4rem;
+ padding: 0.45rem;
margin: 0.3rem;
color: #bbbbbb;
background-color: transparent;