增加系统通知、系统主题的设置

master
yutent 2023-07-08 16:52:05 +00:00
parent 88e1d2f26a
commit b874692f6b
2 changed files with 14 additions and 6 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
# 颜色定义, 同系统主题
# 颜色定义, 同alacritty主题
color_background='#475569'
color_foreground='#d8dee9'
color_altbackground='#39404f'
@ -25,7 +25,7 @@ color_altwhite='#eceff4'
# 干掉已经运行的进程
killall -9 sxhkd picom
killall -9 sxhkd picom nm-applet dunst xsettingsd
bspc monitor -d I II III IV
@ -49,23 +49,28 @@ bspc rule -a Xfce4-terminal state=floating focus=on
# 一些软件, 也设为浮动
for app_c in Thunar Code Sublime_text Google-chrome Inkscape Gnome-boxes \
dingtalk_run Crossover
dingtalk_run Crossover TelegramDesktop
do
bspc rule -a "$app_c" state=floating focus=on
done
bspc rule -a *:* state=floating focus=on
# 设置壁纸
feh --bg-fill ~/.local/share/debian.png
# 修复鼠标状态
xsetroot -cursor_name left_ptr
sxhkd &
# 设置系统主题
xsettingsd &
~/.local/bin/scripts/polybar.sh
sxhkd &
nm-applet &
dunst &
picom -b --experimental-backends

View File

@ -0,0 +1,3 @@
# 系统主题和图标主题
Net/ThemeName "one-dark"
Net/IconThemeName "Reversal-green-dark"