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

229
waybar/style.css.gruvbox.bk1 Executable file
View File

@@ -0,0 +1,229 @@
@import "mocha.css";
* {
font-family: "Mononoki Nerd Font Bold";
font-size: 9px;
min-height: 0;
font-weight: bold;
color: #f9f5d7; /* Cambiar color de texto a blanco */
}
window#waybar {
background: transparent;
background-color: rgba(29, 32, 33, 0.6);;
color: @overlay0;
transition-property: background-color;
transition-duration: 0.1s;
}
#window {
border-radius: 5px;
margin: 8px;
padding-left: 8;
padding-right: 8;
background-color: transparent;
}
button {
box-shadow: inset 0 -3px transparent;
border: none;
border-radius: 5px; /* Borde redondeado */
padding: 6px 12px; /* Ajusta el padding para que se vea más ovalado */
background-color: #32302f;
color: #f9f5d7; /* Color de texto blanco */
transition: background-color 0.3s, color 0.3s;
border: 2px solid #46413e; /* Borde de color blanco semi-transparente */
}
button:hover {
background: inherit;
color: #32302f;
border-top: 2px solid #46413e;
}
#workspaces button {
border-radius: 5px; /* Borde redondeado */
padding: 0 4px;
border-radius: 20px; /* Borde redondeado */
color: #f9f5d7; /* Color de texto blanco */
border: 2px solid rgba(255, 255, 255, 0.6); /* Borde de color blanco semi-transparente */
}
#
#workspaces button.focused {
border-radius: 5px; /* Borde redondeado */
background-color: rgba(0, 0, 0, 0.3);
color: @rosewater;
border: 2px solid @rosewater; /* Borde color rosa */
}
#workspaces button.active {
border-radius: 5px; /* Borde redondeado */
background-color: rgba(0, 0, 0, 0.3);
color: @mauve;
border: 2px solid #8ec07c; /* Borde color mauve */
}
#workspaces button.urgent {
border-radius: 5px; /* Borde redondeado */
background-color: #eb4d4b;
color: #f9f5d7;
border: 2px solid #eb4d4b; /* Borde rojo */
}
/* Estilos generales para otros módulos */
#puleaudio,
#custom-gpu
#custom-cpuinfo
#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;
border-radius: 5px; /* Borde redondeado */
background-color: rgba(0, 0, 0, 0.3); /* Fondo ligeramente oscuro */
/*color: white; Texto blanco */
/* border: 2px solid #32302f; /* Borde de color blanco */ */
}
#network {
margin-right: 8px;
border:2px solid #d8a657 ;
}
#pulseaudio {
border:2px solid #ea6962 ;
border-radius: 5px; /* Borde redondeado */
}
#clock{
/* border:2px solid #7daea3; */
/* border-radius: 5px; */ /* Borde redondeado */
}
#temperature.cpu,
#temperature.gpu {
padding: 0 8px;
border: 2px solid @green;
border-radius: 5px;
color: white;
background-color: rgba(0, 0, 0, 0.3);
}
#temperature.cpu.critical,
#temperature.gpu.critical {
border-color: @red;
color: @red;
}
#custom-gpu {
margin-right: 8px;
padding: 0 8px;
border: 2px solid #458588;
border-radius: 5px;
color: #f9f5d7;
background-color: rgba(0, 0, 0, 0.3);
}
#custom-gpu.critical {
border-color: red;
color: red;
}
#custom-cpuinfo {
padding: 1 8px;
margin-right: 8px;
border: 2px solid #a9b665;
border-radius: 5px;
color: #f9f5d7;
background-color: rgba(0, 0, 0, 0.3);
}
#custom-cpuinfo.critical {
border-color: red;
color: red;
}
#mpris {
margin-right: 8px;
padding: 1 20px;
border: 2px solid #d65d0e;
border-radius: 5px;
color: #f9f5d7;
background-color: rgba(0, 0, 0, 0.3);
}
#mpris.paused {
border-color: #a89984;
color: #fbf1c7;
}
#custom-weather {
margin-right: 8px;
padding: 0 8px;
border: 2px solid #d3869b;
border-radius: 5px;
color: #f9f5d7;
background-color: rgba(0, 0, 0, 0.3);
}
#custom-uptime {
padding: 0 8px;
border: 2px solid #d3869b;
border-radius: 5px;
color: #f9f5d7;
}
#custom-flagvpn {
margin-right: 8px;
padding: 0 8px;
border: 2px solid #d3869b;
border-radius: 5px;
color: #f9f5d7;
background-color: rgba(0, 0, 0, 0.3);
}
#custom-timer {
margin-right: 8px;
padding: 0 8px;
border: 2px solid #d3869b;
border-radius: 5px;
color: #f9f5d7;
background-color: rgba(0, 0, 0, 0.3);
}
/* If workspaces is the leftmost module, omit left margin */
.modules-left>widget:first-child>#workspaces {
border-radius: 5px;
margin-left: 0;
}
/* If workspaces is the rightmost module, omit right margin */
.modules-right>widget:last-child>#workspaces {
border-radius: 5px;
margin-right: 0;
}
#custom-vpn {
margin-right: 8px;
color: @lavender;
border-radius: 15px;
padding-left: 6px;
padding-right: 6px;
}