Updates
This commit is contained in:
parent
3acfb56e52
commit
0dd9f9b74d
@ -25,5 +25,8 @@ if [[ $(_isInstalledYay "hypridle-git") == 1 ]] || [[ $(_isInstalledYay "hyprloc
|
|||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo ":: hypridle and hyprlock are already installed."
|
echo ":: hypridle and hyprlock are already installed."
|
||||||
|
if gum confirm "Do you want to force a reinstallation to get the latest versions?" ;then
|
||||||
|
yay --noconfirm -S hypridle-git hyprlock-git
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
echo
|
echo
|
@ -133,15 +133,18 @@ button selected {
|
|||||||
/* ---- Listview ---- */
|
/* ---- Listview ---- */
|
||||||
listview {
|
listview {
|
||||||
enabled: true;
|
enabled: true;
|
||||||
columns: 1;
|
columns: 6;
|
||||||
|
lines: 3;
|
||||||
cycle: true;
|
cycle: true;
|
||||||
dynamic: false;
|
dynamic: true;
|
||||||
scrollbar: true;
|
scrollbar: true;
|
||||||
layout: horizontal;
|
layout: vertical;
|
||||||
reverse: false;
|
reverse: false;
|
||||||
spacing: 10px;
|
spacing: 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
fixed-height: true;
|
||||||
|
fixed-columns: true;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
@ -155,7 +158,7 @@ element {
|
|||||||
background-color: @background;
|
background-color: @background;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: @border-width;
|
border: @border-width;
|
||||||
layout: vertical;
|
orientation: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal.normal {
|
element normal.normal {
|
||||||
|
Loading…
Reference in New Issue
Block a user