add stuff for home manager
This commit is contained in:
parent
00add66a97
commit
4b6738323e
9 changed files with 831 additions and 10 deletions
49
home/waybar/cyberhack.css
Normal file
49
home/waybar/cyberhack.css
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
#waybar {
|
||||
font-family: "DepartureMono Nerd Font";
|
||||
background: rgba(0, 36, 40, 0.999);
|
||||
color: rgba(0, 255, 255, 0.999);
|
||||
border: 2px solid rgba(0, 146, 148, 0.999);
|
||||
border-radius: 11px;
|
||||
}
|
||||
|
||||
#wireplumber,
|
||||
#cpu,
|
||||
#cpu-frequency,
|
||||
#battery,
|
||||
#clock,
|
||||
#memory,
|
||||
#disk,
|
||||
#mpdcontrols,
|
||||
#poweroptions
|
||||
{
|
||||
border: 2px solid rgba(0, 146, 148, 0.999);
|
||||
/*margin: 3px;*/
|
||||
min-height: 0;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
margin-top: 7px;
|
||||
margin-bottom: 7px;
|
||||
padding: 2px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#custom-trayadvisory {
|
||||
margin: 3px 10px 3px;
|
||||
}
|
||||
|
||||
#poweroptions {
|
||||
margin-right: 10px;
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
#mpd.playing {
|
||||
background: rgba(0, 100, 40, 0.4);
|
||||
color: rgba(87, 255, 0, 1);
|
||||
}
|
||||
|
||||
#cpu.highcpu {
|
||||
background: rgba(121, 93, 201, 0.2);
|
||||
color: rgba(87, 255, 0, 1);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue