feat: close #54 V2 install safety, #33 rofi scrollbar, #43 MOTD tip
All checks were successful
Check / eval (push) Successful in 3m0s
All checks were successful
Check / eval (push) Successful in 3m0s
#54: permanent checks.installer-safety; test-install-safety harness with offline compose-fail, LUKS-signature disk warn, and HM-hint FORCE paths. #33: enable themed rofi scrollbars (generated + all whole-swap .rasi). #43: MOTD + first-boot tip for System › Firmware (V3 LVFS stays hw-queue). V2: compose-fail/disk-warn/hm-hint logs green offline; theme-shot boreal+summer-night menus OK. V0 flake/installer-safety.
This commit is contained in:
@@ -66,7 +66,7 @@ listview {
|
||||
columns: 1;
|
||||
lines: 8;
|
||||
dynamic: true;
|
||||
scrollbar: false;
|
||||
scrollbar: true;
|
||||
spacing: 6px;
|
||||
padding: 4px 0px 0px 0px;
|
||||
}
|
||||
@@ -113,4 +113,10 @@ textbox {
|
||||
padding: 10px 14px;
|
||||
}
|
||||
|
||||
scrollbar { width: 0px; }
|
||||
scrollbar {
|
||||
width: 4px;
|
||||
handle-width: 4px;
|
||||
handle-color: @accent;
|
||||
background-color: @surface;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
@@ -65,7 +65,7 @@ listview {
|
||||
columns: 1;
|
||||
lines: 8;
|
||||
dynamic: true;
|
||||
scrollbar: false;
|
||||
scrollbar: true;
|
||||
spacing: 4px;
|
||||
padding: 4px 0px 0px 0px;
|
||||
}
|
||||
@@ -116,4 +116,10 @@ textbox {
|
||||
padding: 9px 14px;
|
||||
}
|
||||
|
||||
scrollbar { width: 0px; }
|
||||
scrollbar {
|
||||
width: 4px;
|
||||
handle-width: 4px;
|
||||
handle-color: @accent;
|
||||
background-color: @surface;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
@@ -62,7 +62,7 @@ listview {
|
||||
columns: 1;
|
||||
lines: 8;
|
||||
dynamic: true;
|
||||
scrollbar: false;
|
||||
scrollbar: true;
|
||||
spacing: 4px;
|
||||
padding: 8px 0px 0px 0px;
|
||||
}
|
||||
@@ -104,4 +104,10 @@ textbox {
|
||||
padding: 8px 12px;
|
||||
}
|
||||
|
||||
scrollbar { width: 0px; }
|
||||
scrollbar {
|
||||
width: 4px;
|
||||
handle-width: 4px;
|
||||
handle-color: @wave;
|
||||
background-color: @well;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
@@ -65,7 +65,7 @@ listview {
|
||||
columns: 1;
|
||||
lines: 8;
|
||||
dynamic: true;
|
||||
scrollbar: false;
|
||||
scrollbar: true;
|
||||
spacing: 4px;
|
||||
padding: 8px 0px 0px 0px;
|
||||
}
|
||||
@@ -107,4 +107,10 @@ textbox {
|
||||
padding: 8px 12px;
|
||||
}
|
||||
|
||||
scrollbar { width: 0px; }
|
||||
scrollbar {
|
||||
width: 4px;
|
||||
handle-width: 4px;
|
||||
handle-color: @cyan;
|
||||
background-color: @surface;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@ entry {
|
||||
listview {
|
||||
lines: 7;
|
||||
spacing: 8px;
|
||||
scrollbar: false;
|
||||
scrollbar: true;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
@@ -83,3 +83,11 @@ element-text {
|
||||
element-text selected {
|
||||
text-color: var(accent, #00F0FF);
|
||||
}
|
||||
|
||||
scrollbar {
|
||||
width: 4px;
|
||||
handle-width: 4px;
|
||||
handle-color: rgba(0, 240, 255, 0.8);
|
||||
background-color: rgba(21, 26, 34, 0.5);
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
@@ -64,7 +64,7 @@ listview {
|
||||
columns: 1;
|
||||
lines: 8;
|
||||
dynamic: true;
|
||||
scrollbar: false;
|
||||
scrollbar: true;
|
||||
spacing: 4px;
|
||||
padding: 8px 0px 0px 0px;
|
||||
}
|
||||
@@ -107,4 +107,10 @@ textbox {
|
||||
padding: 8px 12px;
|
||||
}
|
||||
|
||||
scrollbar { width: 0px; }
|
||||
scrollbar {
|
||||
width: 4px;
|
||||
handle-width: 4px;
|
||||
handle-color: @frost2;
|
||||
background-color: @surface;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
@@ -64,7 +64,7 @@ listview {
|
||||
columns: 1;
|
||||
lines: 8;
|
||||
dynamic: true;
|
||||
scrollbar: false;
|
||||
scrollbar: true;
|
||||
spacing: 2px;
|
||||
padding: 8px 0px 0px 0px;
|
||||
}
|
||||
@@ -106,4 +106,10 @@ textbox {
|
||||
padding: 8px 12px;
|
||||
}
|
||||
|
||||
scrollbar { width: 0px; }
|
||||
scrollbar {
|
||||
width: 4px;
|
||||
handle-width: 4px;
|
||||
handle-color: @amber;
|
||||
background-color: @panel;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
@@ -73,6 +73,7 @@ entry {
|
||||
}
|
||||
|
||||
listview {
|
||||
scrollbar: true;
|
||||
background-color: transparent;
|
||||
columns: 1;
|
||||
lines: 8;
|
||||
@@ -131,9 +132,9 @@ element-icon selected {
|
||||
}
|
||||
|
||||
scrollbar {
|
||||
width: 0px;
|
||||
background-color: transparent;
|
||||
handle-width: 0px;
|
||||
handle-color: transparent;
|
||||
width: 4px;
|
||||
handle-width: 4px;
|
||||
handle-color: @yellow;
|
||||
background-color: @bg0;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
@@ -73,6 +73,7 @@ entry {
|
||||
}
|
||||
|
||||
listview {
|
||||
scrollbar: true;
|
||||
background-color: transparent;
|
||||
columns: 1;
|
||||
lines: 8;
|
||||
@@ -131,9 +132,9 @@ element-icon selected {
|
||||
}
|
||||
|
||||
scrollbar {
|
||||
width: 0px;
|
||||
background-color: transparent;
|
||||
handle-width: 0px;
|
||||
handle-color: transparent;
|
||||
width: 4px;
|
||||
handle-width: 4px;
|
||||
handle-color: @yellow;
|
||||
background-color: @bg0;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user