First Commit

This commit is contained in:
ant 2024-02-27 16:03:12 +01:00
commit cae9d57360
22 changed files with 1957 additions and 0 deletions

216
dotfiles/waybar.css Normal file
View file

@ -0,0 +1,216 @@
* {
border: none;
border-radius: 0;
background: rgba(0, 0, 0, 0);
/* font-family: "CartographCF italic"; */
font-family: "Material Design Icons", Roboto;
/* font-family: "Roboto"; */
font-weight: bold;
font-size: 14px;
min-height: 0;
}
tooltip {
background: #000000;
/* border-radius: 10px; */
border-width: 2px;
border-style: solid;
border-color: #222222;
}
#custom-language,
#idle_inhibitor,
#custom-updates,
#bluetooth,
#custom-caffeine,
#custom-weather,
#custom-nvidia-load,
#custom-nvidia-mem,
#window,
#clock,
#battery,
#pulseaudio,
#network,
#workspaces,
#tray,
#disk,
#memory,
#temperature,
#cpu,
#mpris,
#submap,
#workspaces,
#backlight {
background: rgba(0, 0, 0, .6);
color: #ffffff;
padding: 0px 10px;
/* margin-top: 0px; */
/* margin-bottom: 0px; */
/* margin-right: 3px; */
/* margin-left: 3px; */
/* border: 1px solid #000000; */
border-radius: 14px;
margin: 0px 4px 0px 4px;
}
#workspaces {
padding: 0;
margin-left: 0;
margin-right: 0;
border-radius: 0;
}
#workspaces button {
padding: 4px;
color: #aaaaaa;
border-radius: 16px
}
#workspaces button.active {
color: #ffffff;
background: #0f0f0f;
}
#workspaces button.focused {
/* color: #a6adc8; */
background: #eba0ac;
/* border-radius: 10px; */
}
#workspaces button.urgent {
/* color: #11111b; */
background: #a6e3a1;
/* border-radius: 10px; */
}
#workspaces button:hover {
background: #11111b;
/* color: #cdd6f4; */
/* border-radius: 10px; */
}
#pulseaudio.speaker {
/* color: #89b4fa; */
/* border-radius: 10px 0 0 10px; */
margin-left: 0;
margin-right: 0;
border-radius: 0;
}
#pulseaudio.microphone {
/* color: #cba6f7; */
margin-left: 0;
margin-right: 0;
border-radius: 0;
}
#idle_inhibitor {
margin-left: 0;
margin-right: 0;
border-radius: 0;
}
#backlight {
border-radius: 0 14px 14px 0;
margin-left: 0;
}
#submap {
background: #000000;
border: 1px solid #ffffff;
color: #ffffff;
}
/* #mpris { */
/* border-radius: 10px; */
/* font-family: "CartographCF italic"; */
/* } */
#tray {
border-radius: 0;
margin-left: 0;
margin-right: 0;
}
#network {
border-radius: 10px;
border-radius: 14px 0 0 14px;
margin-right: 0;
}
#disk {
border-radius: 0;
margin-right: 0;
margin-left: 0;
}
#cpu {
border-radius: 0;
margin-left: 0;
margin-right: 0;
}
#temperature {
/* color: #f9afdb; */
border-radius: 0;
margin-right: 0;
margin-left: 0;
}
#memory {
/* border-radius: 0 10px 10px 0; */
margin-left: 0;
margin-right: 0;
border-radius: 0;
}
#memory.low {
/* color: #f85754; */
}
#battery {
border-radius: 0;
margin-left: 0;
margin-right: 0;
}
#clock {
margin-left: 0;
margin-right: 0;
border-radius: 0;
}
/* #custom-gpu { */
/* color: #f5c2e7; */
/* border-radius: 10px; */
/* } */
#window {
color: #ffffff;
text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000,
1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
background: rgba(0, 0, 0, 0);
border: 0
}
#bluetooth {
border-radius: 0;
margin-left: 0;
margin-right: 0;
}
#custom-weather {
/* border-radius: 10px 0px 0px 10px; */
margin-right: 0;
}
#custom-nvidia-load {
/* border-radius: 10px 0 0 10px; */
margin-right: 0;
/* color: #afb8f9; */
}
#custom-nvidia-mem {
/* border-radius: 0 10px 10px 0; */
margin-left: 0;
/* color: #aff9b2; */
}