New backup 2024-04-25 14:45:02
This commit is contained in:
parent
9ea2026064
commit
d5c9dd5db9
3 changed files with 8 additions and 7 deletions
|
@ -8,6 +8,6 @@ current_ws=${current_ws:0:1}
|
|||
|
||||
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}"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
width=400
|
||||
height=500
|
||||
key_expand=Right
|
||||
#key_expand=Right
|
||||
|
|
|
@ -5,11 +5,11 @@ window {
|
|||
border: 3px solid --wofi-color1;
|
||||
background-color: --wofi-color0;
|
||||
border-radius:10px;
|
||||
opacity:0.8;
|
||||
opacity:0.9;
|
||||
}
|
||||
|
||||
#input {
|
||||
margin: 5px;
|
||||
margin: 15px 15px 0px 15px;
|
||||
border: 3px solid --wofi-color1;
|
||||
background-color: --wofi-color9;
|
||||
border-radius:10px;
|
||||
|
@ -35,7 +35,8 @@ window {
|
|||
|
||||
#text {
|
||||
margin: 5px;
|
||||
color: --wofi-color8;
|
||||
color: --wofi-color9;
|
||||
font-weight: bold;
|
||||
/* border: 2px solid cyan;
|
||||
background-color: cyan;*/
|
||||
}
|
||||
|
@ -45,13 +46,13 @@ window {
|
|||
border: 3px solid --wofi-color1;
|
||||
border-radius: 10px;
|
||||
background-color: --wofi-color0;
|
||||
margin:10px 0px
|
||||
margin:10px 10px
|
||||
}
|
||||
#entry:selected {
|
||||
border: 3px solid --wofi-color1;
|
||||
border-radius:10px;
|
||||
background-color: --wofi-color9;
|
||||
margin:10px 0px;
|
||||
/* margin:10px 5px;*/
|
||||
}
|
||||
#text:selected {
|
||||
color:--wofi-color0;
|
||||
|
|
Loading…
Add table
Reference in a new issue