pretty
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
* {
|
||||
font-family: 'SF Pro Display', SFProJPDisplay-Regular, 'Symbols Nerd Font';
|
||||
font-family: "SF Pro Display", SFProJPDisplay-Regular, "Symbols Nerd Font";
|
||||
border: none;
|
||||
font-size: 15px;
|
||||
min-height: 10px;
|
||||
@@ -15,28 +15,44 @@ window#waybar {
|
||||
padding: 3px 5px 3px 5px;
|
||||
}
|
||||
|
||||
#workspaces, #mpris, #traygroup, #clock, #window, #custom-regretevator_state, #custom-cider {
|
||||
#workspaces,
|
||||
#mpris,
|
||||
#traygroup,
|
||||
#clock,
|
||||
#window,
|
||||
#custom-regretevator_state,
|
||||
#custom-cider {
|
||||
border-radius: 8px;
|
||||
padding: 2px 5px 2px 5px;
|
||||
border: 2px solid #89b4fa;
|
||||
}
|
||||
|
||||
#clock {
|
||||
font-family: "SF Pro Display", SFProJPDisplay-Regular, 'Symbols Nerd Font';
|
||||
font-family: "SF Pro Display", SFProJPDisplay-Regular, "Symbols Nerd Font";
|
||||
}
|
||||
|
||||
#traygroup, #mpris, #window, #workspaces, #custom-regretevator_state, #custom-cider {
|
||||
#traygroup,
|
||||
#mpris,
|
||||
#window,
|
||||
#workspaces,
|
||||
#custom-regretevator_state,
|
||||
#custom-cider {
|
||||
background-color: #1e1e2e;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
color: #b4befe;
|
||||
}
|
||||
|
||||
#custom-regretevator_state, #custom-cider {
|
||||
font-family: 'DotfilesFont', SFProJPDisplay-Regular, 'Symbols Nerd Font', 'Geist';
|
||||
#custom-regretevator_state,
|
||||
#custom-cider {
|
||||
font-family:
|
||||
"DotfilesFont", SFProJPDisplay-Regular, "Symbols Nerd Font", "Geist";
|
||||
}
|
||||
|
||||
#mpris, #clock, #window, #custom-cider {
|
||||
#mpris,
|
||||
#clock,
|
||||
#window,
|
||||
#custom-cider {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
@@ -89,13 +105,15 @@ window#waybar {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#network, #bluetooth, #pulseaudio {
|
||||
#network,
|
||||
#bluetooth,
|
||||
#pulseaudio {
|
||||
padding: 0px 5px 0px 5px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
||||
|
||||
#pulseaudio.lol {
|
||||
padding: 0px 5px 0px 2px;
|
||||
padding: 0px 5px 0px 2px;
|
||||
}
|
||||
|
||||
#tray > .passive {
|
||||
@@ -103,10 +121,11 @@ window#waybar {
|
||||
}
|
||||
|
||||
#tray > .needs-attention {
|
||||
-gtk-icon-effect: highlight;
|
||||
-gtk-icon-effect: highlight;
|
||||
}
|
||||
|
||||
.invisible, #mpris.stopped {
|
||||
.invisible,
|
||||
#mpris.stopped {
|
||||
padding: 0px 0px 0px 0px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
background-color: transparent;
|
||||
@@ -114,7 +133,7 @@ window#waybar {
|
||||
}
|
||||
|
||||
tooltip {
|
||||
font-family: 'SF Pro Display', SFProJPDisplay-Regular, 'Symbols Nerd Font';
|
||||
font-family: "SF Pro Display", SFProJPDisplay-Regular, "Symbols Nerd Font";
|
||||
padding: 0px 0px 0px 0px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
border-radius: 4px;
|
||||
@@ -125,7 +144,7 @@ tooltip {
|
||||
}
|
||||
|
||||
tooltip * {
|
||||
font-family: 'SF Pro Display', SFProJPDisplay-Regular, 'Symbols Nerd Font';
|
||||
font-family: "SF Pro Display", SFProJPDisplay-Regular, "Symbols Nerd Font";
|
||||
padding: 0px 0px 0px 0px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
color: #cdd6f4;
|
||||
|
||||
Reference in New Issue
Block a user