Sakura Line: retheme the whole desktop from the wallpaper

Palette sampled from bspwm/wallpaper/wallpaper.jpg and applied per-role
(not per-hex, so terminal green stays green and nvim's LineNr/Comment
stay recessive) across st, kitty, polybar, rofi, dunst, nvim, qt5ct/qt6ct
and GTK 2/3/4.

Also:
- rofi drun centred, icons enabled
- polybar translucent (true ARGB) and rounded; picom corner-radius, with
  the desktop layer and fullscreen windows excluded
- fix qt5ct color_scheme_path pointing at a nonexistent /home/carrie
- export QT_QPA_PLATFORMTHEME so qt6ct is actually consulted
- point GTK at an icon theme that exists on this system
- add .config/rice: one-shot install.sh (--dry-run supported), package
  list, vendored st config.h (gitignored upstream) and the particles
  wallpaper-layer source, so a clone reproduces the rice

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Cn3dHfbgNYdbZvzb1b3GQt
This commit is contained in:
Sarthak 2026-09-04 00:19:36 +05:30
parent 45e5fe53d2
commit f341989335
35 changed files with 3300 additions and 124 deletions

View file

@ -1,12 +1,20 @@
configuration {
show-icons: true;
icon-theme: "Adwaita";
drun-display-format: "{name}";
display-drun: "";
modes: "drun,run,window";
}
* {
main-bg: #141414;
main-fg: #feffd3;
main-br: #8b9151;
main-ex: #dd7c4c;
select-bg: #1a1a1a;
select-fg: #afb979;
dim: #778284;
border-color: #444649;
main-bg: #0f0d17;
main-fg: #e9eefb;
main-br: #5d7fb0;
main-ex: #e0798f;
select-bg: #191527;
select-fg: #92b9ea;
dim: #7f7796;
border-color: #3d3752;
background-color: @main-bg;
text-color: @main-fg;
@ -14,12 +22,13 @@
window {
transparency: "real";
border-radius: 12px;
background-color: @main-bg;
width: 500px;
width: 620px;
padding: 0px;
location: north;
anchor: north;
y-offset: 33;
location: center;
anchor: center;
y-offset: 0;
x-offset: 0;
}
@ -77,7 +86,7 @@ listview {
spacing: 0px;
padding: 8px 12px;
scrollbar: false;
lines: 5;
lines: 9;
fixed-height: true;
columns: 1;
layout: vertical;
@ -87,8 +96,9 @@ listview {
element {
background-color: transparent;
text-color: @main-fg;
padding: 4px 4px;
padding: 6px 8px;
spacing: 0px;
border-radius: 8px;
}
element normal.normal {
@ -143,8 +153,8 @@ element selected.active {
/* Icon */
element-icon {
background-color: transparent;
size: 0.9em;
padding: 0px 6px 0px 0px;
size: 1.7em;
padding: 0px 10px 0px 0px;
}
/* Text - monospace for ls feel */