Added sunshine, configured dunst and waybar. Added fzfmenu.
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user