waybar styling changes
This commit is contained in:
@@ -42,9 +42,11 @@
|
||||
|
||||
#window {
|
||||
background-color: @black-transparent-4;
|
||||
padding: 0px;
|
||||
padding: 2px 2px;
|
||||
border-radius: 6px;
|
||||
border: none;
|
||||
margin-left: 30px;
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
@@ -56,6 +58,7 @@ window#waybar {
|
||||
|
||||
window#waybar.empty {
|
||||
background-color: transparent;
|
||||
color: transparent;
|
||||
padding: 0px;
|
||||
border-radius: 0px;
|
||||
border: none;
|
||||
@@ -234,6 +237,7 @@ tooltip label {
|
||||
}
|
||||
|
||||
#keyboard-state {
|
||||
color: @text;
|
||||
padding: 0px 3px;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
@@ -256,6 +260,10 @@ tooltip label {
|
||||
background-color: @red;
|
||||
}
|
||||
|
||||
#battery {
|
||||
color: @text;
|
||||
}
|
||||
|
||||
#battery.charging {
|
||||
color: @lightgreen;
|
||||
margin-left: 2px;
|
||||
@@ -285,12 +293,14 @@ tooltip label {
|
||||
}
|
||||
|
||||
#pulseaudio.audio {
|
||||
color: @text;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
padding: 4px 4px;
|
||||
}
|
||||
|
||||
#clock {
|
||||
color: @text;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
padding: 4px 4px;
|
||||
|
||||
@@ -30,9 +30,11 @@
|
||||
"custom/wofi"
|
||||
"hyprland/workspaces"
|
||||
];
|
||||
|
||||
modules-center = [
|
||||
"hyprland/window"
|
||||
];
|
||||
|
||||
modules-right = [
|
||||
"tray"
|
||||
"battery"
|
||||
|
||||
Reference in New Issue
Block a user