first commit
This commit is contained in:
266
waybar/style.css.gruvbox
Executable file
266
waybar/style.css.gruvbox
Executable file
@@ -0,0 +1,266 @@
|
||||
@define-color fondo_color rgba(40, 33, 31, 0.6);
|
||||
@define-color fore_color #ede9e3;
|
||||
@define-color borde_color #ede9e3;
|
||||
|
||||
* {
|
||||
font-family: "Mononoki Nerd Font Bold";
|
||||
font-size: 13px;
|
||||
min-height: 0;
|
||||
font-weight: bold;
|
||||
/*color: @fore_color;*/ /* Cambiar color de texto a blanco */
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: transparent;
|
||||
background-color: @fondo_color;
|
||||
border-radius : 15px;
|
||||
color: @fore_color;
|
||||
transition-property: background-color;
|
||||
transition-duration: 0.1s;
|
||||
border: 1px solid @borde_color; /* Borde de color blanco semi-transparente */
|
||||
padding-left: 8;
|
||||
padding-right: 8;
|
||||
padding-top: 8;
|
||||
padding-bottom: 8;
|
||||
}
|
||||
|
||||
#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: @fondo_color;
|
||||
color: @fore_color; /* Color de texto blanco */
|
||||
transition: background-color 0.3s, color 0.3s;
|
||||
border: 2px solid @borde_color; /* Borde de color blanco semi-transparente */
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background: inherit;
|
||||
color: #32302f;
|
||||
border-top: 2px solid @fondo_color;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
border-radius: 5px; /* Borde redondeado */
|
||||
padding: 0 4px;
|
||||
border-radius: 20px; /* Borde redondeado */
|
||||
color: @fore_color; /* Color de texto blanco */
|
||||
border: 2px solid @borde_color /* 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: @fore_color;
|
||||
color: @fondo_color;
|
||||
border: 2px solid @borde_color;/* Borde color rosa */
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
border-radius: 5px; /* Borde redondeado */
|
||||
background-color: #eb4d4b;
|
||||
color: @fore_color;
|
||||
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: 2px;
|
||||
margin-right: 4px;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
/*border-radius: 5px; *//* Borde redondeado */
|
||||
/*background-color: rgba(0, 0, 0, 0.3);*/ /* Fondo ligeramente oscuro */
|
||||
color: @fore_color;
|
||||
/*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 1px;
|
||||
/*border: 2px solid #458588; */
|
||||
/*border-radius: 5px; */
|
||||
color: @fore_color;
|
||||
/*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: @fore_color;
|
||||
/*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: @fore_color;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
#mpris.paused {
|
||||
border-color: #a89984;
|
||||
color: @borde_color;
|
||||
}
|
||||
|
||||
#custom-weather {
|
||||
margin-right: 2px;
|
||||
padding: 0 2px;
|
||||
/*border: 2px solid #d3869b;*/
|
||||
/*border-radius: 5px;*/
|
||||
color: @fore_color;
|
||||
/*background-color: rgba(0, 0, 0, 0.3);*/
|
||||
}
|
||||
|
||||
#custom-uptime {
|
||||
padding: 0 8px;
|
||||
/*border: 2px solid #d3869b;*/
|
||||
/*border-radius: 5px;*/
|
||||
color: @fore_color;
|
||||
}
|
||||
|
||||
|
||||
#custom-flagvpn {
|
||||
margin-right: 8px;
|
||||
padding: 0 8px;
|
||||
/*border: 2px solid #d3869b;*/
|
||||
/*border-radius: 5px;*/
|
||||
color: @fore_color;
|
||||
/*background-color: rgba(0, 0, 0, 0.3);*/
|
||||
}
|
||||
|
||||
#custom-timer {
|
||||
margin-right: 8px;
|
||||
padding: 0 8px;
|
||||
/*border: 2px solid #d3869b;*/
|
||||
/*border-radius: 5px;*/
|
||||
color: @fore_color;
|
||||
/*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;
|
||||
}
|
||||
|
||||
#custom-appicons {
|
||||
font-size: 30px;
|
||||
margin-right: 8px;
|
||||
color: @lavender;
|
||||
border-radius: 15px;
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
}
|
||||
|
||||
menu {
|
||||
background: transparent;
|
||||
background-color: @fondo_color;
|
||||
border-radius: 15px;
|
||||
color: @fore_color;
|
||||
border: 1px solid @borde_color; /* Borde de color blanco semi-transparente */
|
||||
}
|
||||
menuitem {
|
||||
border-radius: 15px;
|
||||
background: transparent;
|
||||
background-color: @fondo_color;
|
||||
color: @fore_color;
|
||||
border: 1px solid @borde_color; /* Borde de color blanco semi-transparente */
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user