mirror of
https://github.com/d3m0k1d/dots.git
synced 2026-03-14 18:02:44 +00:00
Update wofi config and hyprland
This commit is contained in:
@@ -12,7 +12,7 @@ monitor=,preferred,1920x1080@144,auto-left
|
|||||||
# See https://wiki.hypr.land/Configuring/Keywords/
|
# See https://wiki.hypr.land/Configuring/Keywords/
|
||||||
$terminal = kitty
|
$terminal = kitty
|
||||||
$fileManager = dolphin
|
$fileManager = dolphin
|
||||||
$menu = wofi show --conf ~/dots/.config/wofi/config
|
$menu = wofi show drun --conf ~/dots/.config/wofi/config --style ~/dots/.config/wofi/style.css
|
||||||
$browser = zen-browser
|
$browser = zen-browser
|
||||||
|
|
||||||
#################
|
#################
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
mode=drun
|
mode=drun
|
||||||
width=600
|
width=1000
|
||||||
height=400
|
height=300
|
||||||
allow_markup=true
|
allow_markup=true
|
||||||
no_actions=true
|
no_actions=true
|
||||||
halign=fill
|
halign=fill
|
||||||
orientation=vertical
|
orientation=vertical
|
||||||
content_halign=fill
|
content_halign=fill
|
||||||
insensitive=true
|
insensitive=true
|
||||||
allow_images=true
|
allow_images=false
|
||||||
image_size=40
|
image_size=40
|
||||||
hide_scroll=true
|
hide_scroll=true
|
||||||
|
|||||||
@@ -1,28 +1,25 @@
|
|||||||
window {
|
window {
|
||||||
font-family: "DejaVu Sans", "Font Awesome 5 Free";
|
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
border: 1px solid rgba(0, 0, 0, 0.9);
|
background-color: black;
|
||||||
background-color: rgba(29, 31, 33, 0.95);
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#input {
|
#input {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
border: none;
|
border: none;
|
||||||
color: #f8f8f2;
|
color: #d8dee9;
|
||||||
background-color: rgba(55, 59, 65, 0.95);
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
#inner-box {
|
#inner-box {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: transparent;
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
#outer-box {
|
#outer-box {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: transparent;
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
#scroll {
|
#scroll {
|
||||||
@@ -33,19 +30,9 @@ window {
|
|||||||
#text {
|
#text {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
border: none;
|
border: none;
|
||||||
color: #c5c8c6;
|
color: #d8dee9;
|
||||||
}
|
|
||||||
|
|
||||||
#entry {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#entry:focus {
|
|
||||||
border: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#entry:selected {
|
#entry:selected {
|
||||||
background-color: rgba(55, 59, 65, 0.95);
|
background-color: #3b4252;
|
||||||
border-radius: 5px;
|
|
||||||
border: none;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user