update hyprland apps configs

parent 618e76de
......@@ -35,7 +35,7 @@ enable_audio_bell yes
window_alert_on_bell yes
# Расположение окон / Window layout
window_padding_width 0
window_padding_width 5
# Панель вкладок / Tab bar
tab_bar_style fade
......
......@@ -5,7 +5,7 @@ show=drun
prompt=Search...
filter_rate=100
allow_markup=true
no_actions=true
no_actions=false
halign=fill
orientation=vertical
content_halign=fill
......
window {
margin: 0px;
border: 2px solid #7E01FF;
background-color: #0B0E1D;
border-radius: 15px;
margin: 1px;
border: 10px solid #7E01FF;
border-radius: 13px;
}
#input {
margin: 5px;
border-color: #D0D0F4;
border-color: #7E01FF;
color: #f8f8f2;
border-radius: 15px;
border-radius: 11px;
background-color: #101322;
}
#inner-box {
margin: 5px;
border: none;
border-radius: 15px;
background-color: #0B0E1D;
}
#outer-box {
#inner-box {
margin: 5px;
border: none;
border-radius: 15px;
background-color: #0B0E1D;
}
#scroll {
margin: 0px;
border-radius: 15px;
border: none;
}
#text {
border-radius: 15px;
margin: 5px;
border: none;
color: #f8f8f2;
#outer-box {
margin: 3px;
padding: 10px;
background-color: #0B0E1D;
border-radius: 10px;
}
#entry.activatable #text {
color: #0B0E1D;
#text {
margin: 5px;
color: #c0caf5;
}
#entry>* {
color: #f8f8f2;
#entry:selected {
background-color: #101322;
border-radius: 13px;
border: 1px solid #7E01FF;
}
#entry:selected {
border-radius: 15px;
#entry:selected * {
background-color: #101322;
}
#entry:selected #text {
border-radius: 15px;
#text:selected {
text-decoration-color: ##D8E2EA;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment