Migrate repo installation from custom script to dotinstall
This commit is contained in:
parent
a8adfb8ff9
commit
4f5de50fb9
12 changed files with 9 additions and 46 deletions
|
@ -1,71 +0,0 @@
|
|||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: "FuraCode Nerd Font";
|
||||
font-size: 13px;
|
||||
min-height:0;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background:#323232 ;
|
||||
color:#ddd;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
color:#fff;
|
||||
|
||||
}
|
||||
#workspaces button {
|
||||
margin:0 3px;
|
||||
padding:4px 4px;
|
||||
background:#323232 ;
|
||||
color:#9c9c9c;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
box-shadow:inherit;
|
||||
text-shadow:inherit;
|
||||
color:#f268b3;
|
||||
border-bottom: 1px solid #f268b3;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
background:#1cd180 ;
|
||||
color:#000;
|
||||
}
|
||||
|
||||
#clock,
|
||||
#cpu,
|
||||
#memory,
|
||||
#backlight,
|
||||
#network,
|
||||
#tray,
|
||||
#mode,
|
||||
#battery,
|
||||
#idle_inhibitor {
|
||||
padding: 2px 4px;
|
||||
margin: 0 6px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#mode{
|
||||
background:red;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
#pulseaudio {}
|
||||
#pulseaudio.muted {}
|
||||
|
||||
#battery {
|
||||
border-bottom:1px solid transparent;
|
||||
}
|
||||
|
||||
#battery.charging {
|
||||
border-color:#1cd180;
|
||||
color:#1cd180;
|
||||
}
|
||||
|
||||
#battery.critical:not(.charging) {
|
||||
border-color:#f268b3;
|
||||
color:#f268b3;
|
||||
}
|
Reference in a new issue