diff --git a/.config/berry/autostart b/.config/berry/autostart index d4da718..98de1d0 100755 --- a/.config/berry/autostart +++ b/.config/berry/autostart @@ -57,6 +57,12 @@ berryc edge_lock true berryc focus_follows_pointer false berryc move_mask ctrl +# wallpaper +feh "--bg-${WALLPAPER_MODE}" "${WALLPAPER_DIRECTORY}/${WALLPAPER}" & + +# panel +pgrep -x polybar || "${HOME}/.config/polybar/launch.sh" & + # if reload, do not run app [ "${1}" = "reload" ] && exit 0 @@ -73,12 +79,6 @@ pgrep -x sxhkd || sxhkd -c ~/.config/berry/sxhkdrc & # compositor pgrep -x picom || picom -b & -# wallpaper -feh "--bg-${WALLPAPER_MODE}" "${WALLPAPER_DIRECTORY}/${WALLPAPER}" & - -# panel -pgrep -x polybar || "${HOME}/.config/polybar/launch.sh" & - # notification daemon pgrep -x dunst || dunst & @@ -86,7 +86,7 @@ pgrep -x dunst || dunst & pgrep -x ibus-daemon || ibus-daemon -dxrR & # clipboard daemon -pgrep -x xcmenu || xcmenu --daemon & +pgrep -x copyq || copq & # chat client pgrep -x discord || ping -c 1 discord.com && discord & diff --git a/.config/picom.conf b/.config/picom.conf index 63e14a5..488a358 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -85,7 +85,7 @@ shadow-blue = 0 # # shadow-exclude = [] shadow-exclude = [ - "class_g = 'Rofi'", + # "class_g = 'Rofi'", "class_g = 'slop'", "class_g = 'Pqiv'", # "_GTK_FRAME_EXTENTS@:c", diff --git a/.config/polybar/config b/.config/polybar/config index 9c698ea..e6aaf2d 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -30,7 +30,7 @@ secondary=#38B9E5 urgent=#D95757 [bar/left] -width=25% +width=26% height=30 offset-x=8 offset-y=5 @@ -109,15 +109,15 @@ format= label-active-background=${colors.primary} label-active-foreground=${colors.background} -label-active-padding=0 +label-active-padding=1 label-urgent-background=${colors.urgent} label-urgent-foreground=${colors.foreground} -label-urgent-padding=0 +label-urgent-padding=1 -label-occupied-padding=0 +label-occupied-padding=1 -label-empty-padding=0 +label-empty-padding=1 [module/pulseaudio] type=internal/pulseaudio diff --git a/.config/sublime-text/Installed Packages/Discord Rich Presence.sublime-package b/.config/sublime-text/Installed Packages/Discord Rich Presence.sublime-package index 81444e2..2b6d8bb 100644 Binary files a/.config/sublime-text/Installed Packages/Discord Rich Presence.sublime-package and b/.config/sublime-text/Installed Packages/Discord Rich Presence.sublime-package differ diff --git a/README.md b/README.md index 27ef622..29dbf14 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ -# dotfiles \ No newline at end of file +# dotfiles + +## Screenshot +![rice](rice.png) diff --git a/rice.png b/rice.png new file mode 100644 index 0000000..2063b68 Binary files /dev/null and b/rice.png differ