i3->sway
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
* {
|
||||
border: 0;
|
||||
font-family: Cozette;
|
||||
font-size: 14px;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: transparent;
|
||||
color: #eceff4;
|
||||
}
|
||||
|
||||
window#waybar:first-child > box {
|
||||
margin-top: 11px;
|
||||
padding: 8px 4px 4px 4px;
|
||||
border-radius: 20px 20px 0px 0px;
|
||||
background-color: #2e3440;
|
||||
border: 2px solid #88c0d0;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 5px;
|
||||
background: transparent;
|
||||
color: #4c566a;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
box-shadow: inherit;
|
||||
text-shadow: inherit;
|
||||
color: #d8dee9;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
color: #88c0d0;
|
||||
}
|
||||
|
||||
#clock,
|
||||
#custom-scratchpad,
|
||||
#custom-nvidia,
|
||||
#custom-theme,
|
||||
#disk.disk1,
|
||||
#disk.disk2,
|
||||
#load,
|
||||
#memory,
|
||||
#network,
|
||||
#pulseaudio,
|
||||
#sway-mode,
|
||||
#systemd-failed-units,
|
||||
#temperature,
|
||||
#tray {
|
||||
color: #88c0d0;
|
||||
padding-right: 16px;
|
||||
padding-left: 16px;
|
||||
}
|
||||
Reference in New Issue
Block a user