chore: remove offensive quote from cowsay quotes;

chore: adjust kitty color6 and enable dynamic background opacity;
refactor: update mpd httpd output configuration;
chore: remove codeium and live-server nvim plugins;
feat: add oneshot logo image for rofi;
refactor: simplify rofi style with transparent backgrounds;
feat: add tmux passthrough setting for nvim compatibility;
feat: configure waybar for multi-monitor and adjust update intervals;
feat: add wallpaper lock aliases and brainless commit function
This commit is contained in:
2025-11-06 00:40:15 +03:00
parent bc80157fa9
commit 886461ca6d
11 changed files with 42 additions and 71 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 KiB

View File

@@ -12,8 +12,6 @@ configuration {
modi: "drun,run,filebrowser,window";
show-icons: true;
display-drun: "アプリ";
display-window: "実行中";
display-filebrowser: "ファイル";
display-run: "実行";
display-calc: "電卓";
drun-display-format: "{name}";
@@ -107,12 +105,12 @@ textbox-prompt-colon {
enabled: true;
expand: false;
str: "";
background-color: #00000000;
background-color: transparent;
text-color: inherit;
}
entry {
enabled: true;
background-color: #00000000;
background-color: transparent;
text-color: inherit;
cursor: text;
placeholder: "検索";