Changed waybar styling, workspaces are not assigned with dots.

This commit is contained in:
duma97
2025-11-15 15:28:23 +04:00
parent 1f18a725b1
commit bd386577da
3 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ exec-once = mkdir -p $HOME/Pictures/Screenshots
# Our apps, adjust for yourself, otherwise apps won't run!
$terminal = kitty
$fileManager = nautilus # GNOME file manager
$fileManager = nautilus
$menu = wofi --show drun
$telegram = Telegram
$spotify = spotify
+1 -1
View File
@@ -8,7 +8,7 @@
"modules-right": ["group/expand","pulseaudio","bluetooth","network","custom/power-profile","battery","custom/wlogout"],
"hyprland/workspaces": {
"format": "{name}",
"format": "",
"persistent-workspaces": {
"*": [ 1,2,3,4,5 ]
}
+16 -15
View File
@@ -11,22 +11,25 @@ window#waybar{
.modules-left {
padding:1px 3px;
margin:5px 0px 5px 10px;
border-radius:10px;
border-radius:13px;
background: alpha(@background,.6);
border: 1px solid rgba(255, 255, 255, 0.5);
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
}
.modules-center {
padding:1px 5px;
margin:5px 0px 5px 0px;
border-radius:10px;
border-radius:13px;
background: alpha(@background,.6);
border: 1px solid rgba(255, 255, 255, 0.5);
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
}
.modules-right {
padding:1px 3px;
margin:5px 10px 5px 0px;
border-radius:10px;
border-radius:13px;
background: alpha(@background,.6);
border: 1px solid rgba(255, 255, 255, 0.5);
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
}
tooltip {
@@ -48,36 +51,34 @@ tooltip {
}
#workspaces button {
all:unset;
padding: 0px 5px;
color: #ffffff;
padding: 0px 4px;
color: rgba(255, 255, 255, 0.4);
transition: all .2s ease;
font-size: 12px;
}
#workspaces button:hover {
color: #ffcc00;
border: none;
text-shadow: 0px 0px 5px #ffcc00;
color: rgba(255, 255, 255, 0.7);
text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
transition: all .3s ease;
}
#workspaces button.active {
color: @color1;
border: none;
text-shadow: 0px 0px 8px @color1, 0px 0px 15px @color1;
font-size: 14px;
}
#workspaces button.empty {
color: #666666;
border: none;
color: rgba(255, 255, 255, 0.2);
text-shadow: none;
}
#workspaces button.empty:hover {
color: #999999;
border: none;
text-shadow: 0px 0px 3px #999999;
color: rgba(255, 255, 255, 0.4);
text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.3);
transition: all .3s ease;
}
#workspaces button.empty.active {
color: @color1;
border: none;
text-shadow: 0px 0px 8px @color1, 0px 0px 15px @color1;
font-size: 14px;
}
#bluetooth{
padding: 0px 3px;