forked from Shinonome/dots-hyprland
add anyrun config
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
|||||||
|
Config(
|
||||||
|
x: Fraction(0.500000),
|
||||||
|
y: Absolute(15),
|
||||||
|
width: Fraction(0.300000),
|
||||||
|
height: Absolute(0),
|
||||||
|
hide_icons: false,
|
||||||
|
ignore_exclusive_zones: false,
|
||||||
|
layer: Overlay,
|
||||||
|
hide_plugin_info: true,
|
||||||
|
close_on_click: true,
|
||||||
|
show_results_immediately: false,
|
||||||
|
max_entries: None,
|
||||||
|
)
|
||||||
Executable
+66
@@ -0,0 +1,66 @@
|
|||||||
|
* {
|
||||||
|
all: unset;
|
||||||
|
font-size: 1.3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
#window,
|
||||||
|
#match,
|
||||||
|
#entry,
|
||||||
|
#plugin,
|
||||||
|
#main {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
#match.activatable {
|
||||||
|
border-radius: 16px;
|
||||||
|
padding: 0.3rem 0.9rem;
|
||||||
|
margin-top: 0.01rem;
|
||||||
|
}
|
||||||
|
#match.activatable:first-child {
|
||||||
|
margin-top: 0.7rem;
|
||||||
|
}
|
||||||
|
#match.activatable:last-child {
|
||||||
|
margin-bottom: 0.6rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
#plugin:hover #match.activatable {
|
||||||
|
border-radius: 10px;
|
||||||
|
padding: 0.3rem;
|
||||||
|
margin-top: 0.01rem;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#match:selected,
|
||||||
|
#match:hover,
|
||||||
|
#plugin:hover {
|
||||||
|
background: #2e3131;
|
||||||
|
}
|
||||||
|
|
||||||
|
#entry {
|
||||||
|
background: #0b0f10;
|
||||||
|
border: 1px solid #0b0f10;
|
||||||
|
border-radius: 16px;
|
||||||
|
margin: 0.5rem;
|
||||||
|
padding: 0.3rem 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
list > #plugin {
|
||||||
|
border-radius: 16px;
|
||||||
|
margin: 0 0.3rem;
|
||||||
|
}
|
||||||
|
list > #plugin:first-child {
|
||||||
|
margin-top: 0.3rem;
|
||||||
|
}
|
||||||
|
list > #plugin:last-child {
|
||||||
|
margin-bottom: 0.3rem;
|
||||||
|
}
|
||||||
|
list > #plugin:hover {
|
||||||
|
padding: 0.6rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
box#main {
|
||||||
|
background: #0b0f10;
|
||||||
|
box-shadow: inset 0 0 0 1px #0b0f10, 0 0 0 1px #0b0f10;
|
||||||
|
border-radius: 24px;
|
||||||
|
padding: 0.3rem;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user