Saataa andagii !

This commit is contained in:
Lukian 2025-03-09 17:59:28 +01:00
parent 828317089f
commit d3ed83c377
6 changed files with 104 additions and 67 deletions

View file

@ -0,0 +1,38 @@
## Wofi Config
## General
show=drun
prompt=Apps
normal_window=false
layer=overlay
term=foot
columns=2
## Geometry
location=center
orientation=vertical
halign=fill
line_wrap=off
dynamic_lines=false
## Images
allow_markup=true
allow_images=true
image_size=256
## Search
exec_search=false
hide_search=false
parse_search=false
insensitive=false
## Other
hide_scroll=true
no_actions=true
sort_order=default
gtk_dark=true
filter_rate=100
## Keys
key_expand=Tab
key_exit=Escape

View file

@ -11,8 +11,8 @@ TYPE="outer"
DURATION=3
# wofi window config (in %)
WIDTH=70
HEIGHT=70
WIDTH=35
HEIGHT=60
SWWW_PARAMS="--transition-fps $FPS --transition-type $TYPE --transition-duration $DURATION"
@ -24,9 +24,7 @@ RANDOM_PIC_NAME="${#PICS[@]}. random"
# WOFI STYLES
CONFIG=$HOME/.config/hypr/wofi-wallpapers/config
STYLE=$HOME/.config/hypr/wofi-wallpapers/style.css
COLORS=$HOME/.config/hypr/wofi-wallpapers/colors
CONFIG=$HOME/.config/hypr/scripts/config
# to check if swaybg is running
@ -37,7 +35,7 @@ fi
## Wofi Command
wofi_command="wofi --show dmenu \
--prompt choose...
--conf $CONFIG --style $STYLE --color $COLORS \
--conf $CONFIG \
--width=$WIDTH% --height=$HEIGHT% \
--cache-file=/dev/null \
--hide-scroll --no-actions \

View file

@ -1,63 +1,60 @@
{
font-family: "Fantasque Sans Mono";
font-size: 18px;
}
#window {
/*background-color: --wofi-color0;*/
background-color: rgba(50, 50, 50, 0.8);
color: --wofi-color2;
border: 2px solid --wofi-color1;
border-radius: 0px;
}
#outer-box {
padding: 20px;
window {
margin: 5px;
font-family: jetbrains-mono-nerd, FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 500;
background-color: #32312e;
border-radius: 15px;
opacity: 1;
}
#input {
background-color: --wofi-color1;
border: 1px solid --wofi-color3;
padding: 8px 12px;
margin: 10px;
background: none;
border-radius: 25px;
padding: 10px;
color: white;
border: none;
}
#scroll {
margin-top: 20px;
margin-bottom: 20px;
#input:focus {
box-shadow: none;
}
#inner-box {
margin: 0px;
}
#img {
padding-right: 10px;
#outer-box {
margin: 10px;
}
#text {
color: --wofi-color2;
}
#text:selected {
color: --wofi-color0;
#scroll {
margin: 10px;
}
#entry {
padding: 6px;
border-radius: 10px;
color: white;
margin: 10px 0px;
padding: 10px;
}
#img {
border-radius: 15px;
margin-right: 20px;
}
#text {
margin: 5px;
}
#entry:selected {
background-color: --wofi-color3;
background: linear-gradient(90deg, #bbccdd, #cca5dd);
color: --wofi-color0;
background-color: #E6C873;
color: black;
outline: none;
}
#unselected {
}
#selected {
}
#input, #entry:selected {
border-radius: 4px;
#text:selected {
color: black;
}

View file

@ -81,12 +81,13 @@
},
"network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{ipaddr}/{cidr} ({signalStrength}%) ",
"family": "ipv4",
"format-wifi": "{essid} ({signalStrength}%) ",
"format-ethernet": "{ipaddr}/{cidr} ",
"tooltip-format": "{ifname} via {gwaddr} ",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": "Disconnected ⚠",
"tooltip": true
"tooltip": true
},
"pulseaudio": {
"scroll-step": 5, // %, can be a float

View file

@ -1,3 +1,2 @@
hide_scroll=true
width=600
width=350

View file

@ -1,24 +1,24 @@
window {
margin: 5px;
font-family: jetbrains-mono-nerd, FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 500;
font-family: jetbrains-mono-nerd, FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 500;
background-color: #32312e;
border-radius: 35px;
border-radius: 15px;
opacity: 1;
}
#input {
margin: 10px;
background: none;
background: none;
border-radius: 25px;
padding: 10px;
color: white;
border: none;
border: none;
}
#input:focus {
box-shadow: none;
box-shadow: none;
}
#inner-box {
@ -26,7 +26,7 @@ window {
}
#outer-box {
margin: 10px;
margin: 10px;
}
#scroll {
@ -34,23 +34,27 @@ window {
}
#entry {
border-radius: 20px;
color: white;
border-radius: 10px;
color: white;
margin: 10px 0px;
padding: 10px;
}
#img {
border-radius: 15px;
margin-right: 20px;
}
#text {
margin: 5px;
}
#entry:selected {
background-color: #E6C873;
color: black;
outline: none;
background-color: #f5c2e7;
color: black;
outline: none;
}
#text:selected {
color: black;
color: black;
}