Compare commits

..

No commits in common. "b52b158c56c20c801f96a598ff10654aed8d0176" and "96bda121c8a0355bac727fa40c4fb4d81132a9ce" have entirely different histories.

3 changed files with 2 additions and 33 deletions

View File

@ -326,7 +326,6 @@ bar {
urgent_workspace #CE4045 #CE4045 #FFFFFF
}
}
client.focused #664477 #664477 #cccccc #5b399e
client.focused_inactive #5b399e #5b399e #cccccc #A074C4
client.unfocused #222133 #222133 #AAAAAA #A074C4

View File

@ -1,34 +1,4 @@
* {
font-family: 'UbuntuMono Nerd Font', sans-serif;
font-size: 15px;
font-family: 'UbuntuMono Nerd Font', sans-serif; /* Reemplaza 'TuFuente' con el nombre de la fuente que deseas */
font-size: 15px; /* Ajusta el tamaño de la fuente según tus preferencias */
}
window {
background-color: #222133;
border-radius: 0;
padding: 0;
spacing: 0;
border-width: 0;
}
#text {
color: #cccccc;
}
#entry:selected {
background-color: #664477;
color: #cccccc;
}
#entry:selected * {
background-color: #664477;
color: #cccccc;
}
entry {
background-color: #222133;
color: #cccccc;
border: none;
border-radius: 0;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 2.3 MiB