diff options
Diffstat (limited to 'hypr')
| -rw-r--r-- | hypr/.config/hypr/hyprland.conf | 20 | ||||
| -rwxr-xr-x | hypr/.config/hypr/waybar-alt-5/config.ini | 13 | ||||
| -rwxr-xr-x | hypr/.config/hypr/waybar/config.ini | 13 |
3 files changed, 35 insertions, 11 deletions
diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 438cb93..4182457 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -34,7 +34,7 @@ $mainMod = SUPER $localBin = $HOME/.local/bin $scriptsDir = $HOME/.config/hypr/scripts $hyprDir = $HOME/.config/hypr -$term = alacritty +$term = kitty $menu = $scriptsDir/menu $fullmenu = $scriptsDir/fullmenu $volume = $scriptsDir/volume @@ -125,7 +125,7 @@ general { #two colors - gradient - col.active_border = rgba(fa282daa) rgba(c4a7e7aa) 45deg + col.active_border = rgba(fa282dEE) col.inactive_border = rgba(414868aa) layout = master @@ -143,10 +143,12 @@ decoration { passes = 1 } - # drop_shadow = true - # shadow_range = 4 - # shadow_render_power = 3 - # col.shadow = rgba(1a1a1aee) + shadow { + enabled = true + range = 4 + render_power = 3 + color = rgba(1a1a1aee) + } } blurls = waybar @@ -263,6 +265,8 @@ bind = CTRL ALT, END, exec, $term --class btop -T btop -e btop # bind = ALT, up, exec, $scriptsDir/changeWallpaperDesktop # bind = ALT, down, exec, $scriptsDir/changeWallpaperDesktop + + # Variety # trash wallpaper bind = ALT, t, exec, variety -t @@ -491,6 +495,4 @@ bind = $mainMod SHIFT, bracketright, movetoworkspacesilent, +1 # Personal scripts bind = $alt,b,exec,/home/omar/.scripts/books.sh -bind = $alt,p,exec,/home/omar/.scripts/power.sh -bind = $mainMod,p,exec,/home/omar/.scripts/execute_shell.sh - +bind = $mainMod,p,exec, /home/omar/.scripts/toggle_waybar.sh diff --git a/hypr/.config/hypr/waybar-alt-5/config.ini b/hypr/.config/hypr/waybar-alt-5/config.ini index 6f6fc22..73c57e4 100755 --- a/hypr/.config/hypr/waybar-alt-5/config.ini +++ b/hypr/.config/hypr/waybar-alt-5/config.ini @@ -8,7 +8,7 @@ // Choose the order of the modules - "modules-left": ["custom/launcher", "custom/changewaybar", "hyprland/workspaces"], + "modules-left": ["hyprland/workspaces"], "modules-center": ["custom/spotify"], "modules-right": ["custom/weather", "temperature", "cpu", "memory", "pulseaudio", "clock", "tray", "custom/power"], @@ -47,6 +47,17 @@ }, "sort-by-number": true }, + "wlr/taskbar": { + "format": "{icon} {title:.12}", + "icon-size": 20, + "spacing": 3, + "on-click-middle": "close", + "tooltip-format": "{title}", + "ignore-list": [], + "on-click": "activate", + "all_workspace": false + }, + "idle_inhibitor": { "format": "{icon}", diff --git a/hypr/.config/hypr/waybar/config.ini b/hypr/.config/hypr/waybar/config.ini index 6f6fc22..73c57e4 100755 --- a/hypr/.config/hypr/waybar/config.ini +++ b/hypr/.config/hypr/waybar/config.ini @@ -8,7 +8,7 @@ // Choose the order of the modules - "modules-left": ["custom/launcher", "custom/changewaybar", "hyprland/workspaces"], + "modules-left": ["hyprland/workspaces"], "modules-center": ["custom/spotify"], "modules-right": ["custom/weather", "temperature", "cpu", "memory", "pulseaudio", "clock", "tray", "custom/power"], @@ -47,6 +47,17 @@ }, "sort-by-number": true }, + "wlr/taskbar": { + "format": "{icon} {title:.12}", + "icon-size": 20, + "spacing": 3, + "on-click-middle": "close", + "tooltip-format": "{title}", + "ignore-list": [], + "on-click": "activate", + "all_workspace": false + }, + "idle_inhibitor": { "format": "{icon}", |
