mirror of
https://github.com/DerTyp7/.dotfiles.git
synced 2025-10-28 04:22:08 +01:00
Added wofi configs
This commit is contained in:
@@ -14,7 +14,7 @@ bindd = $mainMod, T, Opens your preferred terminal emulator ($terminal), exec, $
|
||||
bindd = $mainMod, W, Closes (not kill) current window, killactive,
|
||||
bindd = $mainMod SHIFT, M, Exits Hyprland by terminating the user sessions, exec, loginctl terminate-user ""
|
||||
bindd = $mainMod, V, Switches current window between floating and tiling mode, togglefloating,
|
||||
bindd = $mainMod, SPACE, Runs your application launcher, exec, $applauncher
|
||||
bindd = $mainMod, SPACE, Runs your application launcher, exec, pkill $applauncher || $applauncher
|
||||
bindd = $mainMod, F, Toggles current window fullscreen mode, fullscreen
|
||||
bindd = $mainMod, Y, Pin current window (shows on all workspaces), pin
|
||||
bindd = $mainMod, J, Toggles current window split mode, togglesplit, # dwindle
|
||||
|
||||
14
wofi/config
Normal file
14
wofi/config
Normal file
@@ -0,0 +1,14 @@
|
||||
width=600
|
||||
height=350
|
||||
location=center
|
||||
show=drun
|
||||
prompt=Search...
|
||||
filter_rate=100
|
||||
allow_markup=true
|
||||
no_actions=true
|
||||
halign=fill
|
||||
orientation=vertical
|
||||
content_halign=fill
|
||||
allow_images=true
|
||||
close_on_focus_loss=true
|
||||
image_size=40
|
||||
72
wofi/style.css
Normal file
72
wofi/style.css
Normal file
@@ -0,0 +1,72 @@
|
||||
window {
|
||||
background-color: transparent;
|
||||
opacity: 0.9;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#input {
|
||||
padding: 4px;
|
||||
margin: 4px;
|
||||
padding-left: 20px;
|
||||
border: none;
|
||||
color: #cdd6f4;
|
||||
font-weight: bold;
|
||||
background-color: #2e3440;
|
||||
outline: none;
|
||||
border-radius: 15px;
|
||||
border: 2px solid #3e4c66;
|
||||
margin: 10px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
#input:focus {
|
||||
background-color: #333946;
|
||||
outline: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 4px;
|
||||
color: #cdd6f4;
|
||||
font-weight: bold;
|
||||
background-color: #2e3440;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 0px;
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
background-color: #2e3440;
|
||||
border: 2px solid #076a91;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
#img {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#text:selected {
|
||||
color: #cdd6f4;
|
||||
margin: 0 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#entry {
|
||||
margin: 0 0;
|
||||
padding: 5px;
|
||||
border-left: 4px solid transparent;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
margin: 0px 0px;
|
||||
border-radius: 15px;
|
||||
border-left: 4px solid #0b9ad3;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
outline: 0;
|
||||
background-color: #464f61;
|
||||
}
|
||||
Reference in New Issue
Block a user