Skip to content

Commit

Permalink
added screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
K4zoku committed Jan 10, 2022
1 parent 5793554 commit 8c0efaf
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .config/berry/autostart
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -73,20 +79,14 @@ 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 &

# input daemon
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 &
2 changes: 1 addition & 1 deletion .config/picom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions .config/polybar/config
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ secondary=#38B9E5
urgent=#D95757

[bar/left]
width=25%
width=26%
height=30
offset-x=8
offset-y=5
Expand Down Expand Up @@ -109,15 +109,15 @@ format=<label-state>

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
Expand Down
Binary file not shown.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# dotfiles
# dotfiles

## Screenshot
![rice](rice.png)
Binary file added rice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8c0efaf

Please sign in to comment.