"finished" WWL desktop setup

This commit is contained in:
CDaut 2024-04-25 17:25:31 +02:00
parent 87f9fb7bb6
commit fbbc23b72e
Signed by: clara
GPG key ID: 223391B52FAD4463
7 changed files with 167 additions and 31 deletions

View file

@ -0,0 +1,76 @@
* {
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 18px;
}
window#waybar {
background: #222222;
color: #dfdfdf;
border-radius: 20px;
}
#clock {
border-bottom: 4px solid #0a6cf5;
}
#temperature {
border-bottom: 4px solid #f50a4d;
}
#temperature.critical {
color: #bd2c40;
}
#battery {
border-bottom: 4px solid #ffb52a;
}
#battery.not\ charging {
background: rgb(111.5, 39, 49);
}
#network.wireless {
border-bottom: 4px solid #9f78e1;
}
#network.wireless.disconnected {
border-bottom: 4px solid #473666;
}
#network.disconnected {
color: #ABABAB;
}
#network.eth {
border-bottom: 4px solid #55aa55;
}
#cpu {
border-bottom: 4px solid #00f9f9;
}
#pulseaudio {
border-bottom: 4px solid#dd7a00;
}
#pulseaudio.muted {
color: #ABABAB;
}
#disk {
border-bottom: 4px solid #6988ed;
}
#tray {
margin-right: 20px;
}
#workspaces {
margin-left: 20px;
}
#workspaces button.focused {
background-color: #5f5f5f;
border-bottom: 4px solid #ffb52a;
border-radius: 0;
}