update hyprland apps configs

parent 618e76de
...@@ -35,7 +35,7 @@ enable_audio_bell yes ...@@ -35,7 +35,7 @@ enable_audio_bell yes
window_alert_on_bell yes window_alert_on_bell yes
# Расположение окон / Window layout # Расположение окон / Window layout
window_padding_width 0 window_padding_width 5
# Панель вкладок / Tab bar # Панель вкладок / Tab bar
tab_bar_style fade tab_bar_style fade
......
...@@ -5,7 +5,7 @@ show=drun ...@@ -5,7 +5,7 @@ show=drun
prompt=Search... prompt=Search...
filter_rate=100 filter_rate=100
allow_markup=true allow_markup=true
no_actions=true no_actions=false
halign=fill halign=fill
orientation=vertical orientation=vertical
content_halign=fill content_halign=fill
......
window { window {
margin: 0px; margin: 1px;
border: 2px solid #7E01FF; border: 10px solid #7E01FF;
background-color: #0B0E1D; border-radius: 13px;
border-radius: 15px;
} }
#input { #input {
margin: 5px; margin: 5px;
border-color: #D0D0F4; border-color: #7E01FF;
color: #f8f8f2; color: #f8f8f2;
border-radius: 15px; border-radius: 11px;
background-color: #101322; background-color: #101322;
} }
#inner-box {
margin: 5px;
border: none;
border-radius: 15px;
background-color: #0B0E1D;
}
#outer-box { #inner-box {
margin: 5px; margin: 5px;
border: none;
border-radius: 15px;
background-color: #0B0E1D; background-color: #0B0E1D;
} }
#scroll { #scroll {
margin: 0px; margin: 0px;
border-radius: 15px;
border: none; border: none;
} }
#text { #outer-box {
border-radius: 15px; margin: 3px;
margin: 5px; padding: 10px;
border: none; background-color: #0B0E1D;
color: #f8f8f2; border-radius: 10px;
} }
#entry.activatable #text { #text {
color: #0B0E1D; margin: 5px;
color: #c0caf5;
} }
#entry>* { #entry:selected {
color: #f8f8f2; background-color: #101322;
border-radius: 13px;
border: 1px solid #7E01FF;
} }
#entry:selected { #entry:selected * {
border-radius: 15px;
background-color: #101322; background-color: #101322;
} }
#entry:selected #text { #text:selected {
border-radius: 15px; 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