added alot

This commit is contained in:
Robin
2025-11-30 21:51:33 +01:00
parent bdd48d2b73
commit 532cf4542e
15 changed files with 2287 additions and 52 deletions

View File

@@ -4,7 +4,7 @@
"reload_style_on_change": true,
"modules-left": ["custom/notification","clock","custom/pacman"],
"modules-center": ["hyprland/workspaces"],
"modules-right": ["network","bluetooth","tray"],
"modules-right": ["network","bluetooth","pulseaudio","tray"],
"hyprland/workspaces": {
@@ -51,7 +51,7 @@
"format-on": "󰂯 ",
"format-off": "BT-off ",
"format-disabled": "󰂲 ",
"format-connected-battery": "{device_battery_percentage}% 󰂯",
"format-connected-battery": "󰂯 {device_battery_percentage}%",
"format-alt": "{device_alias} 󰂯 ",
"tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
@@ -128,5 +128,17 @@
"icon-size": 14,
"spacing": 10
},
"pulseaudio": {
"format": "{icon} {volume}%",
"format-muted": "{icon} {volume}%",
"format-icons": {
"default": [ "󰕿", "󰖀", "󰕾" ],
"default-muted": "󰝟",
"headphone": "󰋋",
"headphone-muted": "󰟎",
"headset": "󰋎",
"headset-muted": "󰋐"
},
},
}

View File

@@ -10,23 +10,23 @@ window#waybar{
.modules-left {
padding:9px;
margin:10 10 5 10;
border-radius:10px;
background: alpha(@background,.6);
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
border-radius:9px;
background: alpha(@background,0.9);
box-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
}
.modules-center {
padding:7px;
padding:9px;
margin:10 10 5 5;
border-radius:10px;
background: alpha(@background,.6);
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
border-radius:9px;
background: alpha(@background,0.9);
box-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
}
.modules-right {
padding:7px;
padding:9px;
margin: 10 10 5 0;
border-radius:10px;
background: alpha(@background,.6);
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
border-radius:9px;
background: alpha(@background,0.9);
box-shadow: 2px 2px 2px rgba(0, 0, 0, .9);
}
tooltip {
background:@background;
@@ -58,7 +58,7 @@ tooltip {
#workspaces button {
all:unset;
padding: 0px 5px;
color: alpha(@color14,.4);
color: alpha(@color0,.4);
transition: all .2s ease;
}
#workspaces button:hover {
@@ -68,7 +68,7 @@ tooltip {
transition: all 1s ease;
}
#workspaces button.active {
color: @color15;
color: @foreground;
border: none;
text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
}
@@ -84,7 +84,7 @@ tooltip {
transition: all 1s ease;
}
#workspaces button.empty.active {
color: @color1;
color: @color7;
border: none;
text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
}
@@ -104,8 +104,11 @@ tooltip {
padding: 0px 5px;
transition: all .3s ease;
color:@color7;
}
#pulseaudio{
padding: 0px 5px;
transition: all .3s ease;
color:@color7;
}
#battery.charging {
color: #26A65B;