padding for idle_inhibitor, use a ln for icon

This commit is contained in:
Dan MacLeod
2025-06-26 11:04:46 +09:30
parent 77e14274ae
commit 221c1b1593
2 changed files with 3 additions and 1 deletions

1
waybar/icons/logo.svg Symbolic link
View File

@@ -0,0 +1 @@
pika-logo.svg

View File

@@ -15,7 +15,7 @@
} }
#custom-logo { #custom-logo {
background-image: url("./icons/pika-logo.svg"); background-image: url("./icons/logo.svg");
background-color: @base; background-color: @base;
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
@@ -139,6 +139,7 @@
#idle_inhibitor { #idle_inhibitor {
background-color: @yellow; background-color: @yellow;
padding: 0px 6px;
} }
#custom-pl-idle { #custom-pl-idle {