mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 17:38:30 +02:00
config I can work with
This commit is contained in:
parent
c59157a753
commit
b8efb1ffed
7 changed files with 81 additions and 37 deletions
2
users/rouven/modules/hyprland/wofi-config/config
Normal file
2
users/rouven/modules/hyprland/wofi-config/config
Normal file
|
@ -0,0 +1,2 @@
|
|||
allow_images = true
|
||||
term = alacritty
|
46
users/rouven/modules/hyprland/wofi-config/style.css
Normal file
46
users/rouven/modules/hyprland/wofi-config/style.css
Normal file
|
@ -0,0 +1,46 @@
|
|||
window {
|
||||
margin: 0px;
|
||||
border: 1px solid #bd93f9;
|
||||
background-color: #282a36;
|
||||
}
|
||||
|
||||
#input {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
color: #f8f8f2;
|
||||
background-color: #44475a;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
background-color: #282a36;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
background-color: #282a36;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin: 0px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#text {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
color: #f8f8f2;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: #44475a;
|
||||
}
|
||||
|
||||
#entry:nth-child(even){
|
||||
background-color: #404552;
|
||||
}
|
||||
#entry:nth-child(odd){
|
||||
background-color: #404552;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue