Styles parameterized

This commit is contained in:
2023-05-28 00:20:43 +02:00
parent dea3a59aa2
commit a9bd921072
16 changed files with 6 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
confirm="$(rofi -no-config -no-lazy-grab -sep "|" -dmenu -i -p '¿Cerrar ventana?' -width 12 -line-padding 3 -lines 3 -theme /home/danih/Scripts/Temas/confirm_kill.rasi <<< "No|Si")" confirm="$(rofi -no-config -no-lazy-grab -sep "|" -dmenu -i -p '¿Cerrar ventana?' -width 12 -line-padding 3 -lines 3 -theme /home/danih/Scripts/rofi/confirm_kill.rasi <<< "No|Si")"
case "$confirm" in case "$confirm" in
Si) Si)
echo "Si confirmado" echo "Si confirmado"

View File

@@ -7,4 +7,5 @@
fg: #f5f5f5FF; fg: #f5f5f5FF;
ac: #415a77FF; ac: #415a77FF;
se: #415a775A; se: #415a775A;
font: "Terminus 13";
} }

View File

@@ -5,7 +5,6 @@
* { * {
background-color: @bg; background-color: @bg;
text-color: @fg; text-color: @fg;
font: "Terminus 14";
} }
window { window {

View File

@@ -8,7 +8,6 @@
*/ */
configuration { configuration {
font: "Source Code Pro 10";
show-icons: true; show-icons: true;
icon-theme: "Papirus"; icon-theme: "Papirus";
display-drun: ""; display-drun: "";
@@ -28,7 +27,7 @@ window {
border: 0px 0px 4px 0px; border: 0px 0px 4px 0px;
border-color: @ac; border-color: @ac;
border-radius: 0px; border-radius: 0px;
width: 212px; width: 240px;
location: center; location: center;
x-offset: 0; x-offset: 0;
y-offset: 0; y-offset: 0;

View File

@@ -5,7 +5,6 @@
* { * {
background-color: @bg; background-color: @bg;
text-color: @fg; text-color: @fg;
font: "Source Code Pro 12";
} }
window { window {

View File

@@ -8,7 +8,6 @@
*/ */
configuration { configuration {
font: "Terminus 12";
show-icons: true; show-icons: true;
icon-theme: "Papirus"; icon-theme: "Papirus";
display-drun: ""; display-drun: "";

View File

@@ -8,7 +8,6 @@
*/ */
configuration { configuration {
font: "Terminus 12";
show-icons: true; show-icons: true;
icon-theme: "Papirus"; icon-theme: "Papirus";
display-drun: ""; display-drun: "";

View File

@@ -8,7 +8,6 @@
*/ */
configuration { configuration {
font: "Terminus 12";
show-icons: true; show-icons: true;
icon-theme: "Papirus"; icon-theme: "Papirus";
display-drun: ""; display-drun: "";

View File

@@ -8,7 +8,6 @@
*/ */
configuration { configuration {
font: "Terminus 12";
show-icons: true; show-icons: true;
icon-theme: "Papirus"; icon-theme: "Papirus";
display-drun: ""; display-drun: "";

View File

@@ -5,7 +5,6 @@
* { * {
background-color: @bg; background-color: @bg;
text-color: @fg; text-color: @fg;
font: "Terminus 12";
} }
window { window {

View File

@@ -8,7 +8,6 @@
*/ */
configuration { configuration {
font: "Terminus 12";
show-icons: true; show-icons: true;
icon-theme: "Papirus"; icon-theme: "Papirus";
display-drun: ""; display-drun: "";

View File

@@ -8,7 +8,6 @@
*/ */
configuration { configuration {
font: "Terminus 12";
show-icons: true; show-icons: true;
icon-theme: "Papirus"; icon-theme: "Papirus";
display-drun: ""; display-drun: "";

View File

@@ -8,7 +8,6 @@
*/ */
configuration { configuration {
font: "Terminus 12";
show-icons: true; show-icons: true;
icon-theme: "Papirus"; icon-theme: "Papirus";
display-drun: ""; display-drun: "";

View File

@@ -8,7 +8,6 @@
*/ */
configuration { configuration {
font: "Terminus 12";
show-icons: true; show-icons: true;
icon-theme: "Papirus"; icon-theme: "Papirus";
display-drun: ""; display-drun: "";

View File

@@ -8,7 +8,6 @@
*/ */
configuration { configuration {
font: "Terminus 12";
show-icons: true; show-icons: true;
icon-theme: "Papirus"; icon-theme: "Papirus";
display-drun: ""; display-drun: "";

View File

@@ -8,7 +8,6 @@
*/ */
configuration { configuration {
font: "Terminus 12";
show-icons: true; show-icons: true;
icon-theme: "Papirus"; icon-theme: "Papirus";
display-drun: ""; display-drun: "";
@@ -28,7 +27,7 @@ window {
border: 0px 0px 4px 0px; border: 0px 0px 4px 0px;
border-color: @ac; border-color: @ac;
border-radius: 0px; border-radius: 0px;
width: 900px; width: 500px;
location: center; location: center;
x-offset: 0; x-offset: 0;
y-offset: 0; y-offset: 0;
@@ -68,8 +67,8 @@ inputbar {
listview { listview {
background-color: @al; background-color: @al;
padding: 0px; padding: 0px;
columns: 4; columns: 3;
lines: 8; lines: 5;
spacing: 5px; spacing: 5px;
cycle: true; cycle: true;
dynamic: true; dynamic: true;