some stuff

This commit is contained in:
Matt Nish-Lapidus 2025-02-27 17:16:39 -05:00
parent 31f443be36
commit 5b12fcebf9
7 changed files with 2467 additions and 49 deletions

View file

@ -100,7 +100,7 @@ in {
};
"tray" = {
"icon-size" = 20;
"icon-size" = 22;
"spacing" = 10;
};
@ -139,7 +139,7 @@ in {
"wlr/taskbar" = {
"format" = "{icon}";
"icon-size" = 20;
"icon-size" = 22;
"tooltip-format" = "{title}";
"on-click" = "activate";
"app_ids-mapping" = {
@ -168,7 +168,14 @@ in {
border: none;
font-size: 12pt;
font-family: "JetBrainsMono Nerd Font" ;
min-height: 25px;
min-height: 30px;
}
button:hover {
box-shadow: none; /* Remove predefined box-shadow */
text-shadow: none; /* Remove predefined text-shadow */
background: none; /* Remove predefined background color (white) */
transition: none; /* Disable predefined animations */
}
window#waybar {
@ -194,6 +201,14 @@ window#waybar {
padding-right: 5px;
}
#taskbar > *:hover {
border: none;
box-shadow: none;
text-shadow: none;
border-color: transparent;
background: #333;
}
#network {
padding: 0 10px 0 15px;
}
@ -286,6 +301,10 @@ window#waybar {
color: #666;
}
#workspaces button:hover {
background: #333;
}
#workspaces button.empty {
color: #222;
}