1
0
Fork 0

Delete .config/waybar/style.css

Browse Source
This commit is contained in:
rhjr 2026-06-21 09:27:01 +00:00
parent 64e61e6cbe
commit 8bf25d452c

View File

@ -1,31 +0,0 @@
* {
border: none;
text-shadow: none;
box-shadow: none;
border-radius: 0;
font-weight: 600;
font-size: 12.7px;
margin: 0;
padding: 0;
}
#waybar {
background-color: rgba(28, 28, 28, 1);
border-radius: 5px;
}
#workspaces {
margin-top: 5px;
padding: 0;
}
#workspaces button {
color: #FFFFFF;
margin: 0;
padding: 0;
}
#clock {
margin-bottom: 5px;
color: #FFFFFF;
}