From b624e8883d219d147609ee9c79cb8c1b045df76b Mon Sep 17 00:00:00 2001 From: yyasha Date: Thu, 28 Mar 2024 13:45:07 +0300 Subject: [PATCH] add --- hypr/hyprland.conf | 16 +++++++++------- waybar/config | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 5298267..99cb3b1 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -12,7 +12,7 @@ monitor=HDMI-A-1,preferred,auto,1 # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Execute your favorite apps at launch -exec-once = waybar & hyprpaper +exec-once = waybar & hyprpaper & wlsunset -l 55.7 -L 37.9247 # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf @@ -52,7 +52,7 @@ general { gaps_in = 2 gaps_out = 5 border_size = 2 - col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg + col.active_border = rgba(c794f7dd) rgba(94c4f7dd) 45deg col.inactive_border = rgba(595959aa) layout = dwindle @@ -185,17 +185,19 @@ bind = $mainMod SHIFT, S, movetoworkspace, special:magic # Scroll through existing workspaces with mainMod + scroll # bind = $mainMod, mouse_down, workspace, e+1 # bind = $mainMod, mouse_up, workspace, e-1 - +# switch workspaces bind = CTRL ALT, right, workspace, e+1 bind = CTRL ALT, left, workspace, e-1 - +# screenlock bind = $mainMod, L, exec, $screenlock - +# tab workspaces bind = $mainMod, TAB, workspace, e+1 - +# Fullscreen mode bind = $mainMod, F, fullscreen - +# Screenshoter bind = , Print, exec, grim -g "$(slurp)" - | wl-copy +# notifications +bind = $mainMod, N, exec, swaync-client -t # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow diff --git a/waybar/config b/waybar/config index cb6b5aa..2a03565 100644 --- a/waybar/config +++ b/waybar/config @@ -1,6 +1,6 @@ { "layer": "top", - "modules-left": ["custom/launcher","hyprland/workspaces","cpu","memory","tray"], + "modules-left": ["hyprland/workspaces","cpu","memory","tray"], "modules-center": [], "modules-right": ["clock","hyprland/language","backlight","pulseaudio","network","battery"],