added vscode settings

This commit is contained in:
RafayAhmad7548 2024-10-23 08:40:23 +05:00
parent 358503f857
commit b66a71129e
17 changed files with 807 additions and 18 deletions

View file

@ -58,8 +58,8 @@ bind = $mainMod, R, exec, ~/dotfiles/scripts/reloadwaybar
bind = $mainMod CTRL, R, exec, killall waybar
# Screenshots
bind = , Print, exec, grim -g "$(slurp)" && mv ~/ *_grim.png ~/Pictures/screenshots
bind = $mainMod, Print, exec, grim && mv ~/*_grim.png ~/Pictures/screenshots
bind = , Print, exec, grim -g "$(slurp)"
bind = $mainMod, Print, exec, grim
# Color Picker
bind = ALT, P, exec, hyprpicker --format=hex -a

View file

@ -1,4 +1,4 @@
listener {
timeout = 300 # in seconds
on-timeout = ~/Stuff/scripts/currentWallpaperHyprlock.sh
on-timeout = ~/dotfiles/scripts/currentWallpaperHyprlock.sh
}

View file

@ -12,11 +12,12 @@ monitor=HDMI-A-1,1920x1080@60,0x0,1,mirror,eDP-1
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
# Execute your favorite apps at launch
exec-once = hyprpaper && ~/dotfiles/scripts/currentWallpaperHyprlock.sh
exec-once = hypridle
exec-once = waybar
exec-once = hyprpaper && ~/dotfiles/scripts/currentWallpaperHyprlock.sh
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec-once = ~/dotfiles/scripts/battWarning.sh
exec-once = [workspace 4 silent] flatpak run com.rtosta.zapzap
# Source a file (multi-file configs)
# source = ~/.config/hypr/myColors.conf

View file

@ -19,8 +19,8 @@ input-field {
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = true
dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
outer_color = rgba(000000,0)
inner_color = rgba(000000,0)
outer_color = rgba(0, 0, 0, 0)
inner_color = rgba(0, 0, 0, 0)
font_color = rgb(FFFFFF)
fade_on_empty = true
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.

View file

@ -19,8 +19,8 @@ input-field {
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = true
dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
outer_color = rgba(000000,0)
inner_color = rgba(000000,0)
outer_color = rgba(0, 0, 0, 0)
inner_color = rgba(0, 0, 0, 0)
font_color = rgb(FFFFFF)
fade_on_empty = true
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.

View file

@ -1,4 +1,4 @@
splash = false
preload = ~/Pictures/bgs/2.png
preload = ~/Pictures/bgs/1.png
wallpaper = eDP-1, ~/Pictures/bgs/1.png
preload = ~/dotfiles/bgs/2.png
preload = ~/dotfiles/bgs/1.png
wallpaper = eDP-1, ~/dotfiles/bgs/1.png