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

View File

@@ -274,18 +274,29 @@ input {
#
# An example of a httpd output (built-in HTTP streaming server):
#
# audio_output {
# type "httpd"
# name "Weed's MPD"
# encoder "vorbis" # optional, vorbis or lame
# path "/tmp/mpdstream"
# port "26669"
# always_on "yes"
# tags "yes"
# bind_to_address "0.0.0.0" # optional, IPv4 or IPv6
# ## quality "5.0" # do not define if bitrate is defined
# # bitrate "128" # do not define if quality is defined
# format "44100:16:2"
# # max_clients "0" # optional 0=no limit
# }
audio_output {
type "httpd"
name "Weed's MPD"
name "My HTTP Stream"
encoder "vorbis" # optional, vorbis or lame
path "/tmp/mpdstream"
port "26669"
always_on "yes"
tags "yes"
bind_to_address "0.0.0.0" # optional, IPv4 or IPv6
## quality "5.0" # do not define if bitrate is defined
# bitrate "128" # do not define if quality is defined
format "44100:16:2"
bitrate "128" # do not define if quality is defined
# format "44100:16:1"
# max_clients "0" # optional 0=no limit
}
#