44e1dc2eee
- Add scripts/powermenu.sh with logout, restart, sleep, shutdown options - Create wofi/style.css with Tomorrow Night colors - Apply Tomorrow Night theme to niri, waybar, mako, alacritty, and wofi
23 lines
310 B
CSS
23 lines
310 B
CSS
* {
|
|
font-family: JetBrainsMono Nerd Font;
|
|
font-size: 13px;
|
|
}
|
|
|
|
window#waybar {
|
|
background: rgba(29,31,33,0.9);
|
|
color: #c5c8c6;
|
|
}
|
|
|
|
#workspaces button {
|
|
padding: 0 8px;
|
|
color: #707880;
|
|
}
|
|
|
|
#workspaces button.focused {
|
|
color: #81a2be;
|
|
}
|
|
|
|
#clock, #battery, #network, #pulseaudio {
|
|
padding: 0 12px;
|
|
}
|