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
63 lines
1.2 KiB
Text
Executable file
63 lines
1.2 KiB
Text
Executable file
[global]
|
|
monitor = 0
|
|
follow = mouse
|
|
shrink = no
|
|
padding = 12
|
|
horizontal_padding = 12
|
|
|
|
width = 350
|
|
height = (0, 150)
|
|
offset = 12x45
|
|
origin = top-right
|
|
|
|
frame_width = 2
|
|
separator_height = 1
|
|
frame_color = "#92b9ea"
|
|
separator_color = frame
|
|
|
|
sort = no
|
|
font = JetBrainsMono Nerd Font 10
|
|
markup = full
|
|
format = "[%a]\n<b>%s</b>\n%b"
|
|
alignment = left
|
|
show_age_threshold = 60
|
|
word_wrap = yes
|
|
ignore_newline = no
|
|
stack_duplicates = true
|
|
hide_duplicate_count = no
|
|
show_indicators = yes
|
|
|
|
icon_position = off
|
|
max_icon_size = 0
|
|
sticky_history = no
|
|
history_length = 6
|
|
title = Dunst
|
|
class = Dunst
|
|
corner_radius = 12
|
|
|
|
mouse_left_click = close_current
|
|
mouse_middle_click = do_action
|
|
mouse_right_click = close_all
|
|
|
|
[ignore_flameshot_warning]
|
|
body = "grim's screenshot component is implemented based on wlroots, it may not be used in GNOME or similar desktop environments"
|
|
format = ""
|
|
|
|
[urgency_low]
|
|
background = "#0f0d17"
|
|
foreground = "#7f7796"
|
|
frame_color = "#3d3752"
|
|
timeout = 5
|
|
|
|
[urgency_normal]
|
|
default_icon = dialog-information
|
|
background = "#0f0d17"
|
|
foreground = "#e9eefb"
|
|
frame_color = "#92b9ea"
|
|
timeout = 5
|
|
|
|
[urgency_critical]
|
|
background = "#0f0d17"
|
|
foreground = "#e0798f"
|
|
frame_color = "#cf6a80"
|
|
timeout = 0
|