initial commit
This commit is contained in:
commit
714ed3afa6
2 changed files with 255 additions and 0 deletions
85
style.css
Normal file
85
style.css
Normal file
|
@ -0,0 +1,85 @@
|
|||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: JetbrainsMono NF;
|
||||
font-size: 14px;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
transition-duration: 0s;
|
||||
}
|
||||
|
||||
window {
|
||||
color: rgba(255, 255, 255, 1);
|
||||
background: rgba(0, 0, 0, 0);
|
||||
|
||||
}
|
||||
|
||||
.modules-left{
|
||||
background: rgba(27, 43, 49, 0.90);
|
||||
margin-right: 5px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
border-radius: 20px;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
transition: none;
|
||||
color: rgba(180, 180, 180, 0.5);
|
||||
background: transparent;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
#workspaces button.visible {
|
||||
color: rgba(200, 200, 200, 1);
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
color: rgba(255, 255, 255, 1);
|
||||
}
|
||||
|
||||
#window, #scratchpad, #tray {
|
||||
padding-left: 7px;
|
||||
padding-right: 7px;
|
||||
}
|
||||
|
||||
.modules-right{
|
||||
background: rgba(27, 43, 49, 0.90);
|
||||
margin-left: 5px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
#idle_inhibitor {
|
||||
padding-right: 7px;
|
||||
padding-left: 7px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
|
||||
#pulseaudio, #bluetooth, #network, #cpu, #memory, #temperature, #backlight, #language, #battery, #clock.clock2 {
|
||||
padding-left: 11px;
|
||||
padding-right: 11px;
|
||||
}
|
||||
#custom-wlogout {
|
||||
padding-left: 7px;
|
||||
padding-right: 3px;
|
||||
}
|
||||
#clock.clock1 {
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
border-radius: 20px;
|
||||
transition: none;
|
||||
/* background: rgba(71, 128, 97, 1); */
|
||||
background: rgba(27, 43, 49, 0.90);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
border-radius: 4px;
|
||||
background-color: rgba(71, 128, 97, 1);
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue