Compare commits

...

3 Commits

Author SHA1 Message Date
b52b158c56 examples/sway.png 2025-08-03 11:39:43 +02:00
00ececc2f0 Wofi Theme 2025-08-03 11:36:34 +02:00
481934a835 .config/sway/config 2025-08-03 11:01:44 +02:00
3 changed files with 33 additions and 2 deletions

View File

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

View File

@ -1,4 +1,34 @@
* { * {
font-family: 'UbuntuMono Nerd Font', sans-serif; /* Reemplaza 'TuFuente' con el nombre de la fuente que deseas */ font-family: 'UbuntuMono Nerd Font', sans-serif;
font-size: 15px; /* Ajusta el tamaño de la fuente según tus preferencias */ font-size: 15px;
} }
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.3 MiB

After

Width:  |  Height:  |  Size: 2.2 MiB