Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
umgbhalla committed Jun 4, 2022
1 parent bc5071c commit fd304b4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions themes/cr0nus/bspwm/.config/bspwm/bspwmrc
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ c border_width 0
c window_gap 0
c left_padding 0
c right_padding 0
c top_padding 30
c bottom_padding 30
c top_padding 8
c bottom_padding 34
#unixporn mode
# c bottom_padding 10
# c left_padding 60
Expand Down
4 changes: 2 additions & 2 deletions themes/cr0nus/picom/.config/picom/picom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ mark-wmwin-focused = true;
mark-ovredir-focused = true;
use-ewmh-active-win = true;

corner-radius = 8;
corner-radius = 20;
detect-rounded-corners = true;
round-borders = 6;
round-borders = 17;


# detect-client-opacity = true;
Expand Down
2 changes: 1 addition & 1 deletion themes/cr0nus/polybar/.config/polybar/bars.ini
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ enable-ipc = true

[bar/sub]
bottom = false
override-redirect = false
override-redirect = true
fixed-center = true
width = 1920
height = 30
Expand Down
6 changes: 3 additions & 3 deletions themes/cr0nus/polybar/.config/polybar/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ notify-send "systray launched"

sleep 3
# # hiding some bars
# hideIt.sh --name '^polybar-sub_eDP-1$' -w --peek 4 -d top -i 1 --hover &
hideIt.sh --name '^polybar-sub_eDP-1$' -w --peek 4 -d top -i 1 --hover &
echo "########################################################################"
# notify-send "hiding sub bar "
notify-send "hiding sub bar "
# hideIt.sh --name '^polybar-main_eDP-1$' -w --peek 4 -d bottom -i 1 --hover &
# echo "########################################################################"
# echo "hiding main bar "
Expand All @@ -61,4 +61,4 @@ sleep 20
echo "########################################################################"
notify-send " raised all bars"

# xdo raise -a "polybar-sub_eDP-1"
xdo raise -a "polybar-sub_eDP-1"
14 changes: 7 additions & 7 deletions themes/cr0nus/sxhkd/.config/sxhkd/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ super + Next

# scratchpad center
super + Return
tdrop -ma -w 1920 -h 1016 -x 0 -y 32 -n 1 kitty
tdrop -ma -w 1920 -h 1042 -x 0 -y 8 -n 1 kitty

# scratchpad left
super + semicolon
tdrop -ma -w 38% -h 1016 -x 0 -y 32 -n 1 kitty
tdrop -ma -w 38% -h 1042 -x 0 -y 8 -n 1 kitty

# scratchpad right
super + apostrophe
tdrop -ma -w 62% -h 1016 -x 38% -y 32 -n 1 kitty
tdrop -ma -w 62% -h 1042 -x 38% -y 8 -n 1 kitty

# tmux scratchpad top
super + backslash
tdrop -ma -w 1920 -h 40% -x 0 -y 32 -n 1 kitty
tdrop -ma -w 1920 -h 40% -x 0 -y 8 -n 1 kitty

# tmux scratchpad bottom
super + slash
Expand Down Expand Up @@ -65,7 +65,7 @@ super + r

# polybar_toggle
super + b
notify-send "polybar_toggle" && polybar_toggle
notify-send "polybar_toggle" && polybar_toggle && xdo raise -a "polybar-sub_eDP-1"

# tesseract scan
super + shift + k
Expand Down Expand Up @@ -341,7 +341,7 @@ super+Print

# play pause toggle
super + shift + v
playerctl play-pause & dunstify "Toggle player" -u NORMAL -h string:x-canonical-private-synchronous:playback
term-menu play-pause & dunstify "Toggle player" -u NORMAL -h string:x-canonical-private-synchronous:playback

# music controls
super + shift + {Left , Right}
Expand All @@ -353,7 +353,7 @@ XF86AudioNext

# XF86AudioPrev
XF86AudioPrev
playerctl prev &
playerctl previous &

# XF86AudioPlay
XF86AudioPlay
Expand Down

0 comments on commit fd304b4

Please sign in to comment.