feat: try out walker
This commit is contained in:
parent
8952984da2
commit
baa0921be0
8 changed files with 152 additions and 3 deletions
|
|
@ -72,7 +72,7 @@ bindul = , XF86AudioMute, exec, hypr volume toggle
|
|||
bindul = , XF86MonBrightnessUp, exec, hypr brightness up
|
||||
bindul = , XF86MonBrightnessDown, exec, hypr brightness down
|
||||
|
||||
bind = ALT, SPACE, exec, rofi -show run
|
||||
bind = ALT, SPACE, exec, walker
|
||||
bind = ALT, TAB, workspace, previous
|
||||
bind = ALT, A, cyclenext
|
||||
bind = ALT, B, exec, pkill -USR1 waybar || waybar
|
||||
|
|
|
|||
61
config/walker/themes/daylight/style.css
Normal file
61
config/walker/themes/daylight/style.css
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
* {
|
||||
font-family: "SF Pro Display", sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
window {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#box {
|
||||
background: #f5f5f5;
|
||||
border: 2px solid #e8e8e8;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#search {
|
||||
background: #f5f5f5;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#input {
|
||||
background: #f5f5f5;
|
||||
color: #1a1a1a;
|
||||
border-radius: 0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#input:focus {
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#list {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
row {
|
||||
padding: 6px 10px;
|
||||
background: #f5f5f5;
|
||||
color: #1a1a1a;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
row:selected {
|
||||
background: #ebebeb;
|
||||
color: #1a1a1a;
|
||||
}
|
||||
|
||||
.activation-label {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
#typeahead {
|
||||
color: #999999;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
scrollbar,
|
||||
scrollbar slider {
|
||||
opacity: 0;
|
||||
}
|
||||
61
config/walker/themes/midnight/style.css
Normal file
61
config/walker/themes/midnight/style.css
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
* {
|
||||
font-family: "SF Pro Display", sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
window {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#box {
|
||||
background: #121212;
|
||||
border: 2px solid #3d3d3d;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#search {
|
||||
background: #121212;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#input {
|
||||
background: #121212;
|
||||
color: #e0e0e0;
|
||||
border-radius: 0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#input:focus {
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#list {
|
||||
background: #121212;
|
||||
}
|
||||
|
||||
row {
|
||||
padding: 6px 10px;
|
||||
background: #121212;
|
||||
color: #e0e0e0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
row:selected {
|
||||
background: #2d2d2d;
|
||||
color: #e0e0e0;
|
||||
}
|
||||
|
||||
.activation-label {
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
#typeahead {
|
||||
color: #666666;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
scrollbar,
|
||||
scrollbar slider {
|
||||
opacity: 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue