This commit is contained in:
lelgenio 2020-10-10 02:43:08 -03:00
parent 21c126577a
commit 656ffdfa73
3 changed files with 16 additions and 16 deletions

View file

@ -1,4 +1,4 @@
#!/bin/fish
command -qs bmenu && exec bmenu run
command -qs wofi && exec wofi --show drun --allow-images --no-actions --prompt 'Iniciar: '
command -qs bmenu && exec bmenu run

View file

@ -1,6 +1,6 @@
#!/bin/fish
command -qs bmenu &&
exec bmenu $argv
command -qs wofi &&
exec wofi -d $argv
command -qs bmenu &&
exec bmenu $argv

View file

@ -1,19 +1,19 @@
*{
color:#ccc;
color:{{@@ color.txt @@}};
}
window {
background-color: #cc5757;
}
window {
background-color: {{@@ color.accent @@}};
}
#input {
margin-bottom: 5px ;
background-color: #202020;
}
#input {
margin-bottom: 5px ;
background-color: {{@@ color.bg @@}};
}
#outer-box {
margin: 2px;
#outer-box {
margin: 2px;
padding: 15px ;
padding-bottom:0;
background-color: #202020;
}
padding-bottom:0;
background-color: {{@@ color.bg @@}};
}