first commit

This commit is contained in:
2026-03-30 14:53:09 -06:00
commit fbec1a6ade
81 changed files with 4479 additions and 0 deletions

214
waybar/style.css.catpu Executable file
View File

@@ -0,0 +1,214 @@
@import "mocha.css";
* {
font-family: "MesloLGS Nerd Font Mono Bold";
font-size: 13px;
min-height: 0;
font-weight: bold;
color: white; /* Cambiar color de texto a blanco */
}
window#waybar {
background: transparent;
background-color: rgba(30, 30, 46, 0.6);;
color: @overlay0;
transition-property: background-color;
transition-duration: 0.1s;
border: 1px solid @rosewater;
border-radius: 15px;
padding-left: 8px;
}
tooltip {
background: transparent;
background-color: rgba(30, 30, 46, 0.6);;
color: @overlay0;
transition-property: background-color;
transition-duration: 0.1s;
border: 1px solid @rosewater;
border-radius: 35px;
padding-left: 8px;
}
#window {
margin: 8px;
padding-left: 8px;
padding-right: 8px;
background-color: transparent;
}
button {
box-shadow: inset 0 -3px transparent;
border: none;
padding: 6px 12px; /* Ajusta el padding para que se vea más ovalado */
color: white; /* Color de texto blanco */
transition: background-color 0.3s, color 0.3s;
}
button:hover {
background: inherit;
color: @mauve;
border-top: 2px solid @mauve;
}
#workspaces button {
padding: 0 4px;
color: white; /* Color de texto blanco */
}
#workspaces button.focused {
color: @rosewater;
}
#workspaces button.active {
color: @mauve;
border: 1px solid @mauve;
}
#workspaces button.urgent {
color: white;
}
/* Estilos generales para otros módulos */
#pulseaudio,
#clock,
#battery,
cpu,
#memory,
#disk,
temperature,
#backlight,
#wireplumber,
#tray,
#network,
#mode,
#scratchpad {
margin-top: 2px;
margin-bottom: 2px;
margin-left: 4px;
margin-right: 4px;
padding-left: 4px;
padding-right: 4px;
/*color: white; Texto blanco */
}
#network {
color: @rosewater;
}
#pulseaudio {
color: @mauve;
}
#clock{
color: @yellow;
}
#temperature.cpu,
#temperature.gpu {
padding: 0 8px;
border: 2px solid @green;
border-radius: 15px;
color: white;
background-color: rgba(0, 0, 0, 0.3);
}
#temperature.cpu.critical,
#temperature.gpu.critical {
border-color: @red;
color: @red;
}
#custom-gpu {
padding: 0 8px;
color: @blue;
}
#custom-gpu.critical {
border-color: red;
color: red;
}
#custom-cpuinfo {
padding: 0 8px;
color: @green;
}
#custom-cpuinfo.critical {
border-color: red;
color: red;
}
#mpris {
padding: 1 20px;
border: 2px solid @mauve;
border-radius: 15px;
color: white;
background-color: rgba(0, 0, 0, 0.3);
}
#mpris.paused {
border-color: @gray;
color: @gray;
}
#custom-gpu {
margin-right: 8px;
color: @blue;
}
#custom-gpu.critical {
border-color: red;
color: red;
}
#custom-weather {
margin-right: 8px;
padding: 0 8px;
color: @sky;
}
#custom-uptime {
color: #d3869b;
}
#custom-flagvpn {
color: #d3869b;
}
/* If workspaces is the leftmost module, omit left margin */
.modules-left>widget:first-child>#workspaces {
margin-left: 0;
}
/* If workspaces is the rightmost module, omit right margin */
.modules-right>widget:last-child>#workspaces {
margin-right: 0;
}
#custom-vpn {
color: @lavender;
border-radius: 15px;
padding-left: 6px;
padding-right: 6px;
}
#custom-timer {
margin-right: 8px;
padding: 0 8px;
border: 2px solid @lavender;
border-radius: 15px;
color: #f9f5d7;
background-color: rgba(0, 0, 0, 0.3);
}