Working on dwlb

This commit is contained in:
2025-09-19 11:44:17 -04:00
parent 24725fcdb8
commit e745c93495
18 changed files with 5504 additions and 136 deletions

View File

@@ -100,6 +100,11 @@
dunst
dwl
dwlb
swaybg
simulide
arduino-cli
rpi-imager
wlr-randr
];
programs = {
ghostty = {
@@ -171,32 +176,34 @@
width = 400;
};
style = ''
/* Base */
/* Cyberdream theme for wofi */
window {
background-color: rgba(17, 24, 39, 0.6);
box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
background-color: rgba(22, 24, 26, 0.95);
box-shadow: 0 10px 15px -3px rgba(0,0,0,0.3), 0 4px 6px -4px rgba(0,0,0,0.2);
border-radius: 1rem;
border: 1px solid rgba(94, 161, 255, 0.3);
font-size: 1rem;
font-family: "FiraCode Nerd Font Mono";
}
window #outer-box { }
window #outer-box #input {
background-color: rgba(17,24,39,0.6);
color: #c0caf5;
background-color: rgba(60, 64, 72, 0.8);
color: #ffffff;
border: none;
border-bottom: 1px solid rgba(17,24,39,0.2);
border-bottom: 1px solid rgba(94, 161, 255, 0.5);
padding: 0.8rem 1rem;
font-size: 1rem;
border-radius: 1rem 1rem 0 0;
}
/* focus states (no #window!) */
/* focus states */
window #outer-box #input:focus,
window #outer-box #input:focus-visible,
window #outer-box #input:active {
border: none;
outline: 2px solid transparent;
outline: 2px solid rgba(94, 161, 255, 0.6);
outline-offset: 2px;
}
@@ -204,8 +211,8 @@
window #outer-box #scroll #inner-box { }
window #outer-box #scroll #inner-box #entry {
color: #c0caf5;
background-color: rgba(17,24,39,0.1);
color: #ffffff;
background-color: rgba(22, 24, 26, 0.3);
padding: 0.6rem 1rem;
}
@@ -215,8 +222,8 @@
}
window #outer-box #scroll #inner-box #entry:selected {
color: #c0caf5;
background-color: rgba(38,50,56,0.1);
color: #ffffff;
background-color: rgba(94, 161, 255, 0.6);
outline: none;
}
'';