modify configs
This commit is contained in:
parent
b8d70b202f
commit
30371a5b94
@ -16,6 +16,10 @@ ExtBEnabled=True
|
|||||||
CloudPinyinEnabled=True
|
CloudPinyinEnabled=True
|
||||||
# Cloud Pinyin Index
|
# Cloud Pinyin Index
|
||||||
CloudPinyinIndex=1
|
CloudPinyinIndex=1
|
||||||
|
# Show animation when Cloud Pinyin is loading
|
||||||
|
CloudPinyinAnimation=True
|
||||||
|
# Always show Cloud Pinyin place holder
|
||||||
|
KeepCloudPinyinPlaceHolder=False
|
||||||
# Show preedit within application
|
# Show preedit within application
|
||||||
PreeditInApplication=True
|
PreeditInApplication=True
|
||||||
# Fix embedded preedit cursor at the beginning of the preedit
|
# Fix embedded preedit cursor at the beginning of the preedit
|
||||||
|
@ -1,6 +1,21 @@
|
|||||||
font=IBMPlexMono 10
|
sort=-time
|
||||||
|
layer=overlay
|
||||||
background-color=#222222
|
background-color=#222222
|
||||||
|
width=500
|
||||||
|
height=120
|
||||||
|
border-size=1
|
||||||
border-color=#333333
|
border-color=#333333
|
||||||
anchor=top-right
|
border-radius=3
|
||||||
default-timeout=6000
|
icons=0
|
||||||
width=350
|
font=IBMPlexMono 11
|
||||||
|
default-timeout=0
|
||||||
|
padding=10
|
||||||
|
|
||||||
|
[urgency=low]
|
||||||
|
border-color=#333333
|
||||||
|
|
||||||
|
[urgency=normal]
|
||||||
|
border-color=#555555
|
||||||
|
|
||||||
|
[urgency=high]
|
||||||
|
border-color=#aaaaaa
|
||||||
|
@ -1,34 +0,0 @@
|
|||||||
# mpd.conf
|
|
||||||
|
|
||||||
pid_file "/home/default/.config/mpd/mpd.pid"
|
|
||||||
db_file "/home/default/.config/mpd/mpd.db"
|
|
||||||
state_file "/home/default/.config/mpd/mpd.state"
|
|
||||||
playlist_directory "/home/default/.config/mpd/music/music/playlists/mpd"
|
|
||||||
music_directory "/home/default/.config/mpd/music"
|
|
||||||
sticker_file "/home/default/.config/mpd/sticker.sql"
|
|
||||||
log_file "syslog"
|
|
||||||
auto_update "yes"
|
|
||||||
user "default"
|
|
||||||
bind_to_address "localhost"
|
|
||||||
port "6600"
|
|
||||||
volume_normalization "yes"
|
|
||||||
|
|
||||||
# pulse audio
|
|
||||||
audio_output {
|
|
||||||
type "pulse"
|
|
||||||
name "pulse audio"
|
|
||||||
}
|
|
||||||
|
|
||||||
# httpd stream
|
|
||||||
# audio_output {
|
|
||||||
# type "httpd"
|
|
||||||
# name "My HTTP Stream"
|
|
||||||
# encoder "wave" # optional, vorbis or lame
|
|
||||||
# port "8000"
|
|
||||||
# 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:1"
|
|
||||||
# max_clients "0" # optional 0=no limit
|
|
||||||
#}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user