Initial commit

This commit is contained in:
2025-11-28 16:44:06 -08:00
commit c673a0bda5
27 changed files with 1563 additions and 0 deletions

68
waybar/style.css Normal file
View File

@ -0,0 +1,68 @@
* {
font-family: FiraCode Nerd Font;
font-size: 16px;
}
window#waybar {
background-color: #333333;
color: #ffffff;
}
#tags button {
border: none;
border-radius: 0;
min-width: 34px;
padding: 0;
margin: 0 0 0 5px;
text-shadow: none;
box-shadow: none;
transition-duration: 0;
}
#tags button:first-child {
margin: 0 0 0 0;
}
#tags button:hover {
background: lighter(#333333);
}
#tags button.focused {
background: red;
}
#tags button.urgent {
background: white;
color: red;
}
#tags button.occupied {
box-shadow: 0 2px white inset;
}
#tags button.current-view {
box-shadow: 0 4px white inset;
}
#window {
margin: 0 5px 0 5px;
font-family:
IPAPGothic,
FiraCode Nerd Font;
}
#info-widgets label:not(#bluetooth) {
margin-left: 20px;
}
#info-widgets > *:first-child label {
margin-left: 0;
}
#bluetooth {
margin-left: 5px;
}
#bluetooth.off {
margin-left: 0;
}