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:
BIN
rofi-wayland/launchers/type-6/images/oneshot-logo.png
Normal file
BIN
rofi-wayland/launchers/type-6/images/oneshot-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 284 KiB |
@@ -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: "検索";
|
||||
|
||||
Reference in New Issue
Block a user