Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Drish-xD committed Jun 11, 2022
1 parent 87a3721 commit 52cd05f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .config/polybar/modules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ label-discharging-background = ${colors.base}
label-discharging-foreground = ${colors.text}
label-discharging = "%percentage%% "

format-full = "%{F#98C379} %{F-}100% "
format-full = "%{F#98C379}%{T3}%{T-} %{F-}100% "
format-full-background = ${colors.base}
format-full-foreground = ${colors.text}

Expand Down
20 changes: 10 additions & 10 deletions .config/sxhkd/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ super + Return

# program launcher rofi
super + {d}
rofi -show drun -theme ${HOME}/.config/rofi/oneDark.rasi
rofi -show drun

super + shift + d
rofi -show run -theme ${HOME}/.config/rofi/oneDark.rasi
rofi -show run

# make sxhkd reload its configuration files:
super + Escape
Expand Down Expand Up @@ -87,7 +87,7 @@ super + bracket{left,right}
bspc desktop -f {prev,next}.local

# focus the last node/desktop
super + {grave,Tab}
super + {Tab,grave}
bspc {node,desktop} -f last

# focus the older or newer node in the focus history
Expand Down Expand Up @@ -168,14 +168,14 @@ super + e


# i3 like resizing
super + alt + Left
/bin/sh $HOME/.scripts/resize/shrinkx.sh
super + alt + Right
/bin/sh $HOME/.scripts/resize/expandx.sh
bspc node -z right -20 0 & bspc node -z left +20 0
super + alt + Left
bspc node -z right +20 0 & bspc node -z left -20 0
super + alt + Down
/bin/sh $HOME/.scripts/resize/shrinky.sh
bspc node -z top 0 +20 & bspc node -z bottom 0 -20
super + alt + Up
/bin/sh $HOME/.scripts/resize/expandy.sh
bspc node -z top 0 -20 & bspc node -z bottom 0 +20

# volumectl
XF86Audio{RaiseVolume,LowerVolume,Mute}
Expand All @@ -197,7 +197,7 @@ XF86MonBrightness{Down,Up}

# screenshot menu
Print
${HOME}/.scripts/screenshot/screenshot.sh
${HOME}/.scripts/Rofi/screenshot.sh

# power menu
super + F4
Expand All @@ -209,4 +209,4 @@ super + r

# Music ctl
super + F1
${HOME}/.scripts/Rofi/player-menu.sh
${HOME}/.scripts/Rofi/playermenu.sh

0 comments on commit 52cd05f

Please sign in to comment.