Added sunshine, configured dunst and waybar. Added fzfmenu.

This commit is contained in:
2024-12-03 16:41:21 +01:00
parent 82895847fb
commit 4646779b40
7 changed files with 761 additions and 50 deletions

View File

@@ -135,6 +135,24 @@
#tray {
}
#tray menu {
margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
color: #eeeeee; /* white text */
background-color: #000000; /* dark gray hover background */
border: 1px solid #333333;
border-radius: 5px;
}
#tray menu menuitem {
padding: 2px 2px 2px 2px;
}
#tray menu menuitem:hover {
background-color: #6c6c6c; /* dark gray hover background */
}
#window {
}