Add lsof and fix styling of right-click menu in waybar.

This commit is contained in:
Tom Alexander
2025-01-29 19:40:44 -05:00
parent c6ff6a1f24
commit dd785692ce
2 changed files with 19 additions and 1 deletions

View File

@@ -53,6 +53,7 @@
}
tooltip {
/* CSS for hover menu */
background-color: #323232;
}
@@ -183,7 +184,23 @@ tooltip {
}
#tray {
/* No styles */
/* CSS rules for the tray (not the right-click or hover menu) */
}
/* #tray menu menuitem */
#tray menu {
/* CSS for right click menu */
background: #323232;
padding: 5px;
border: 1px solid white;
}
#tray menu menuitem {
/* CSS for menu items in the right click menu */
}
#tray menu menuitem:hover {
/* CSS for hovering over a right-click menu item. */
background-color: #434343;
}
#window {