Skip to content

Commit

Permalink
fix: mutliple keybind changed and updated other misc configs
Browse files Browse the repository at this point in the history
  • Loading branch information
umgbhalla committed Jan 5, 2022
1 parent aac205e commit 93b7df3
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 67 deletions.
2 changes: 1 addition & 1 deletion themes/cr0nus/alacritty/.config/alacritty/alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ window:
scrolling:
history: 10000
multiplier: 11
background_opacity: 0.5
background_opacity: 1
window.dynamic_title: false

env:
Expand Down
8 changes: 4 additions & 4 deletions themes/cr0nus/bspwm/.config/bspwm/bspwmrc
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ s unclutter --start-hidden -idle 5
# {{{ Bspc Configs
c border_width 3
c window_gap 1
c left_padding 0
c right_padding 0
c top_padding 4
c bottom_padding 4
c left_padding 8
c right_padding 8
c top_padding 38
c bottom_padding 38
#unixporn mode
# c bottom_padding 10
# c left_padding 60
Expand Down
2 changes: 1 addition & 1 deletion themes/cr0nus/dunst/.config/dunst/dunstrc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ignore_newline = no
# right side of the screen. Y is measured from the top and down respectevly.
# The width can be negative. In this case the actual width is the
# screen width minus the width defined in within the geometry option.
geometry = "400x350-15+80"
geometry = "400x350-25+80"

# Frame
frame_width = 4
Expand Down
14 changes: 7 additions & 7 deletions themes/cr0nus/picom/.config/picom/picom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ glx-copy-from-front = false;
# shadow-offset-y = 15;
# shadow-opacity = 0.5;

shadow = false;
# shadow = true;
# shadow-radius = 25;
# shadow-opacity = 0.9;
# shadow-offset-x = -25;
# shadow-offset-y = -17;
# shadow = false;
shadow = true;
shadow-radius = 25;
shadow-opacity = 0.8;
shadow-offset-x = -25;
shadow-offset-y = -17;

# shadow-red = 0.3;
# shadow-green = 0.3;
Expand Down Expand Up @@ -75,7 +75,7 @@ blur-background-exclude = [

];

fading = false;
fading = true;
fade-delta = 5;
fade-in-step = 0.050;
fade-out-step = 0.050;
Expand Down
4 changes: 2 additions & 2 deletions themes/cr0nus/polybar/.config/polybar/bars.ini
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,6 @@ dim-value = 1.0
; wm-restack = bspwm

enable-ipc = true
scroll-up = bright_light up
scroll-down = bright_light down

scroll-up = sudo light -A 2%
scroll-down = sudo light -U 2%
35 changes: 13 additions & 22 deletions themes/cr0nus/polybar/.config/polybar/modules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ menu-0-1 = "sx "
menu-0-1-exec = pgrep -x sxhkd > /dev/null || sxhkd &
menu-0-2 = ""
menu-0-2-exec = tdrop -ma -w 38% -h 978 -x 1% -y 4% -n 1 alacritty -o font.size=10 background_opacity=0.9
menu-0-3 = "y "
menu-0-3-exec = hideIt.sh --class '^YouTube Music$' --toggle
menu-0-3 = " "
menu-0-3-exec = /home/$USER/.config/bspwm/scripts/i3lock-fancy/i3lock-fancy.sh &
[module/memory]
type = internal/memory
; Seconds to sleep between updates
; Default: 1
interval = 0.5
format = " <label> "
format = " <label> "

; Available tokens:
; %percentage_used% (default)
Expand All @@ -70,7 +70,7 @@ format = "  <label> "
; %gb_swap_free%
; %gb_swap_used%

label = %gb_used%
label = %gb_used% %gb_swap_used%
format-padding = 0
format-foreground = ${color.cyan}
format-background = ${color.alt-bg}
Expand Down Expand Up @@ -350,19 +350,8 @@ content = "  "
format-font = 4
content-foreground = ${color.alt-bg2}
content-background = ${color.alt-bg}
scroll-up = sudo light -A 2%
scroll-down = sudo light -U 2%


[module/reload]
type = custom/text
content = ""
content-foreground = ${color.alt-bg2}
content-background = ${color.alt-bg}
format-font = 5
click-left = xdo raise -a "polybar-main_eDP" ; xdo raise -a "polybar-sub_eDP" ;xdo raise -a "Polybar tray window"


scroll-up = bright_light up
scroll-down = bright_light down

[module/tdropright]
type = custom/text
Expand Down Expand Up @@ -425,18 +414,20 @@ tail = true
label = %output%
label-maxlen = 80
label-padding = 1
label-foreground = ${color.magenta}
label-foreground = ${color.white}
format = <label>
format-prefix = " "
format-prefix-foreground = ${color.magenta}
format-prefix-foreground = ${color.white}
format-padding = 1
format-background = ${color.alt-bg}
format-font = 5
click-right = mpvc -p
click-left = mpvc next
click-middle = mpvc prev
scroll-up = pactl set-sink-volume @DEFAULT_SINK@ +5%
scroll-down = pactl set-sink-volume @DEFAULT_SINK@ -5%
;scroll-up = pactl set-sink-volume @DEFAULT_SINK@ +5%
;scroll-down = pactl set-sink-volume @DEFAULT_SINK@ -5%
scroll-up = volume up
scroll-down = volume down

[module/spotify]
type = custom/script
Expand Down Expand Up @@ -574,7 +565,7 @@ type = internal/cpu
; Seconds to sleep between updates
; Default: 1
interval = 0.5
format =" <label>"
format =" <label>"
format-background = ${color.alt-bg}
format-foreground = ${color.yellow}
format-padding = 0
Expand Down
41 changes: 12 additions & 29 deletions themes/cr0nus/sxhkd/.config/sxhkd/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
# # WM INDEP KEYBINDS #
# ##############################################################################

#locked
# locked
super + F1
physlock

# terminal kitty
# kitty
super + apostrophe
kitty

# scratchpad without tmux session right
# scratchpad right
super + Return
tdrop -ma -w 1118 -h 1000 -x 40% -y 3% -n 2 kitty -o background_opacity=0.9
tdrop -ma -w 1110 -h 990 -x 41% -y 4% -n 2 kitty -o background_opacity=0.9

# scratchpad without tmux session left
# scratchpad left
super + semicolon
tdrop -ma -w 38% -h 1000 -x 1% -y 3% -n 1 kitty -o background_opacity=0.9
tdrop -ma -w 38% -h 990 -x 1% -y 4% -n 1 kitty -o background_opacity=0.9

# tmux scratchpad top
super + backslash
tdrop -ma -w 98% -h 40% -x 1% -y 34 -n 3 kitty -o background_opacity=0.9
tdrop -ma -w 98% -h 40% -x 1% -y 40 -n 3 kitty -o background_opacity=0.9

# tmux scratchpad bottom
super + slash
tdrop -ma -w 98% -h 40% -x 1% -y 56% -n 3 kitty -o background_opacity=0.9
tdrop -ma -w 98% -h 40% -x 1% -y 55% -n 3 kitty -o background_opacity=0.9

# terminal kitty
super + shift + Return
Expand Down Expand Up @@ -59,7 +59,7 @@ super + u
super + r
ffrecord

# bpytop
# polybar_toggle
super + b
polybar_toggle

Expand All @@ -76,32 +76,21 @@ super + shift + l
super + space
term-menu fapps

# mini google
alt + Return
rofi-ddg

# rofimoji
alt + e
rofimoji

# man search
alt + m
rofi-searchman

# random manpage
alt + r
rofi-randman

# clipmenu
alt + v
term-menu clippy

# keybindhelper
alt + h
keybindings_rofi.sh
super + shift + h
term-menu keybinds

# dotfiles rofi menu ; open in neovide
alt + p
super + shift + p
rofi-dots


Expand Down Expand Up @@ -243,12 +232,6 @@ super + {_,shift + }{9}









# preselect the direction
super + ctrl + {h,j,k,l}
bspc node -p {west,south,north,east}
Expand Down
2 changes: 1 addition & 1 deletion themes/spectre/river/wayriver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export QT_QPA_PLATFORM=wayland
export QT_QPA_PLATFORMTHEME=qt5ct
export _JAVA_AWT_WM_NONREPARENTING=1
# export XCURSOR_THEME=Breeze_Obsidian
export XCURSOR_THEME=Oreo_Red_Cursors
export XCURSOR_THEME=Oreo_Grey_Cursors

# Runtime Directory
#if test -z "${XDG_RUNTIME_DIR}"; then
Expand Down

0 comments on commit 93b7df3

Please sign in to comment.