Some changes in waybar and rofi
This commit is contained in:
parent
55247264fc
commit
6ff0945459
236 changed files with 675 additions and 28535 deletions
|
@ -39,10 +39,10 @@ general {
|
|||
}
|
||||
|
||||
decoration {
|
||||
rounding = 2
|
||||
rounding = 6
|
||||
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.5
|
||||
inactive_opacity = 0.6
|
||||
|
||||
#drop_shadow = true
|
||||
#shadow_range = 4
|
||||
|
@ -134,9 +134,9 @@ bind = $mainMod, F, fullscreen, 1
|
|||
#Yazi File Manager
|
||||
bind = $mainMod, E, exec, $terminal $fileManager
|
||||
#Rofi Powermenu
|
||||
bind = $mainMod, P, exec, ~/.config/rofi/powermenu/type-5/powermenu.sh
|
||||
bind = $mainMod, P, exec, ~/.config/rofi/powermenu/powermenu.sh
|
||||
#Rofi Launcher
|
||||
bind = $mainMod, Space, exec, ~/.config/rofi/launchers/type-2/launcher.sh
|
||||
bind = $mainMod, Space, exec, ~/.config/rofi/launcher/launcher.sh
|
||||
|
||||
#Grim & Slurp for Screenshot
|
||||
bind = $mainMod_Shift, S, exec, slurp | grim -g - /tmp/photo && wl-copy < /tmp/photo && notify-send 'Screenshot Copied to Clipboard'
|
||||
|
@ -150,11 +150,10 @@ bind = Ctrl_Shift, Tab, exec, $terminal $taskManager
|
|||
bind = $mainMod, C, exec, $colorpicker -a
|
||||
|
||||
#Clipboard for Copy / Paste
|
||||
bind = $mainMod, M, exec, cliphist list | awk '{$1=""; print $0}' | rofi -dmenu -i -p "Seach" | wl-copy
|
||||
|
||||
bind = $mainMod, M, exec, ~/.config/rofi/clipboard/launcher.sh
|
||||
#Audio Control
|
||||
binde = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 2%+
|
||||
bindl = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%-
|
||||
#binde = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 2%+
|
||||
#bindl = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%-
|
||||
|
||||
#Volume Control
|
||||
binde = , XF86AudioRaiseVolume, exec, ~/.local/bin/volume.sh up
|
||||
|
@ -175,7 +174,7 @@ bind = Alt, Tab , cyclenext
|
|||
bind = $mainMod, Tab, bringactivetotop,
|
||||
bind = Alt Shift, Tab, cyclenext, prev
|
||||
bind = $mainMod, Tab, workspace, e-2
|
||||
bind = $mainMod, A, exec,bash ~/.config/rofi/wifi.sh
|
||||
bind = $mainMod, A, exec,bash ~/.config/rofi/wifi/wifi.sh
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, l, movefocus, l
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
preload = /home/archer/Downloads/wallpaper/bxkx9z4xz4od1.jpeg
|
||||
wallpaper = eDP-1, /home/archer/Downloads/wallpaper/bxkx9z4xz4od1.jpeg
|
||||
preload = /home/archer/Downloads/wallpaper/mirrors-edge-2008-favorite-screenshots-2560x1440-v0-dri0yqg2oyrd1.webp
|
||||
wallpaper = eDP-1, /home/archer/Downloads/wallpaper/mirrors-edge-2008-favorite-screenshots-2560x1440-v0-dri0yqg2oyrd1.webp
|
||||
splash = off
|
||||
ipc = off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue