Add uptime-module to waybar

This commit is contained in:
Tobias Reisinger 2024-01-30 20:03:07 +01:00
parent c9b0185c9a
commit 6a85c0e22b
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 30 additions and 3 deletions

View file

@ -4,7 +4,7 @@
border: none;
border-radius: 0;
font-family: "JetBrains Mono", monospace;
font-family: "JetBrainsMono Nerd Font", monospace;
font-size: 10pt;
min-height: 0;
}
@ -56,3 +56,7 @@ window#waybar {
#custom-pacman {
border-bottom: solid 2px @cyan;
}
#custom-status {
border-bottom: solid 2px @orange;
}