summaryrefslogtreecommitdiff
path: root/waybar/style.css
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-24 10:20:39 -0600
committerzachir <zachir@librem.one>2023-02-24 10:20:39 -0600
commite0112883ed693bcc0c83a87acc35944f08866bbd (patch)
treeeadd84d64b2266cb3e7ce50efbcf6857bae7761b /waybar/style.css
parent6fd0a16cb89a8ce9e38af18caa26a458490b7159 (diff)
change some sizes in waybar + foot
Diffstat (limited to 'waybar/style.css')
-rw-r--r--waybar/style.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/waybar/style.css b/waybar/style.css
index 8f3e1bc..95198f2 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -1,10 +1,12 @@
* {
- border: none;
+ border: 0px;
+ margin: 0px;
border-radius: 0px;
/* `otf-font-awesome` is required to be installed for icons */
font-family: Roboto, Helvetica, Arial, sans-serif;
font-size: 13px;
- min-height: 0;
+ min-height: 0px;
+ min-width: 0px;
}
window#waybar {
@@ -76,7 +78,8 @@ window#waybar.hidden {
#mode,
#idle_inhibitor,
#mpd {
- padding: 0 10px;
+ padding: 0px 9px;
+ margin: 0px;
color: #ffffff;
}
@@ -230,17 +233,14 @@ label:focus {
#tags button.occupied {
color: skyblue;
- margin: 5px;
background-color: #272727;
}
#tags button.focused {
color: black;
- margin: 5px;
background-color: white;
}
#tags button.urgent{
color: red;
- margin: 5px;
background-color:white;
}