New backup 2024-04-25 14:45:02

This commit is contained in:
Penelope Gwen 2024-04-25 14:45:02 -06:00
parent 9ea2026064
commit d5c9dd5db9
3 changed files with 8 additions and 7 deletions

View file

@ -8,6 +8,6 @@ current_ws=${current_ws:0:1}
options=$( ls "$HOME/.config/sway/scripts/shortcuts/${current_ws}" ) options=$( ls "$HOME/.config/sway/scripts/shortcuts/${current_ws}" )
op=$( echo -e "${options}" | wofi -i --dmenu | awk '{print}' ) op=$( echo -e "${options}" | wofi -w 2 -i --dmenu | awk '{print}' )
"$HOME/.config/sway/scripts/shortcuts/${current_ws}"/"${op}" "$HOME/.config/sway/scripts/shortcuts/${current_ws}"/"${op}"

View file

@ -1,3 +1,3 @@
width=400 width=400
height=500 height=500
key_expand=Right #key_expand=Right

View file

@ -5,11 +5,11 @@ window {
border: 3px solid --wofi-color1; border: 3px solid --wofi-color1;
background-color: --wofi-color0; background-color: --wofi-color0;
border-radius:10px; border-radius:10px;
opacity:0.8; opacity:0.9;
} }
#input { #input {
margin: 5px; margin: 15px 15px 0px 15px;
border: 3px solid --wofi-color1; border: 3px solid --wofi-color1;
background-color: --wofi-color9; background-color: --wofi-color9;
border-radius:10px; border-radius:10px;
@ -35,7 +35,8 @@ window {
#text { #text {
margin: 5px; margin: 5px;
color: --wofi-color8; color: --wofi-color9;
font-weight: bold;
/* border: 2px solid cyan; /* border: 2px solid cyan;
background-color: cyan;*/ background-color: cyan;*/
} }
@ -45,13 +46,13 @@ window {
border: 3px solid --wofi-color1; border: 3px solid --wofi-color1;
border-radius: 10px; border-radius: 10px;
background-color: --wofi-color0; background-color: --wofi-color0;
margin:10px 0px margin:10px 10px
} }
#entry:selected { #entry:selected {
border: 3px solid --wofi-color1; border: 3px solid --wofi-color1;
border-radius:10px; border-radius:10px;
background-color: --wofi-color9; background-color: --wofi-color9;
margin:10px 0px; /* margin:10px 5px;*/
} }
#text:selected { #text:selected {
color:--wofi-color0; color:--wofi-color0;