Browse Source

some small cleanup

pull/18/head
JaKooLit 2 years ago
parent
commit
02b29bff49
  1. 1
      config/hypr/HelpFile.md
  2. 7
      config/hypr/configs/Execs.conf
  3. 3
      config/hypr/configs/Keybinds.conf
  4. 25
      config/hypr/configs/Settings.conf

1
config/hypr/HelpFile.md

@ -87,6 +87,5 @@
# If you dont like kitty or in your tty to get the pywal colors, edit ~/.config/kitty/kitty.conf or .zshrc (for zsh) # If you dont like kitty or in your tty to get the pywal colors, edit ~/.config/kitty/kitty.conf or .zshrc (for zsh)
# HIDDEN FEATURES! # HIDDEN FEATURES!
- ROFI BEATS or ONLINE Music ( SUPER SHIFT S) - ROFI BEATS or ONLINE Music ( SUPER SHIFT S)
- EMOTICONS (SUPER ALT E) - useful for chats or messages ) - EMOTICONS (SUPER ALT E) - useful for chats or messages )

7
config/hypr/configs/Execs.conf

@ -23,7 +23,7 @@ exec-once = $scriptsDir/Polkit.sh
#gnome polkit for nixos #gnome polkit for nixos
#exec-once = $scriptsDir/Polkit-NixOS.sh #exec-once = $scriptsDir/Polkit-NixOS.sh
# Portal Hyprland # Portal Hyprland (should be auto starting. However, you can force to start)
#exec-once = $scriptsDir/PortalHyprland.sh #exec-once = $scriptsDir/PortalHyprland.sh
# starup apps # starup apps
@ -32,14 +32,10 @@ exec-once = dunst &
#exec-once = blueman-applet & #exec-once = blueman-applet &
exec-once = nm-applet --indicator & exec-once = nm-applet --indicator &
#exec-once = rog-control-center & #exec-once = rog-control-center &
#exec-once = easyeffects --gapplication-service -l my_own
#clipboard manager #clipboard manager
exec-once = wl-paste --watch cliphist store exec-once = wl-paste --watch cliphist store
#Catpuccin Hyprland Themes
source = $themes/mocha.conf
# Rainbow borders # Rainbow borders
exec-once = $scriptsDir/RainbowBorders.sh exec-once = $scriptsDir/RainbowBorders.sh
@ -49,7 +45,6 @@ exec-once = $scriptsDir/RainbowBorders.sh
# auto close of apps (timeout 5 secs) # auto close of apps (timeout 5 secs)
# exec-once = $scriptsDir/AppAutoClose.sh # exec-once = $scriptsDir/AppAutoClose.sh
# sway-idle with lock only # sway-idle with lock only
exec-once = swayidle -w timeout 1200 '$lock' exec-once = swayidle -w timeout 1200 '$lock'
# sway-idle with lock and sleep # sway-idle with lock and sleep

3
config/hypr/configs/Keybinds.conf

@ -22,7 +22,6 @@ $volume = $scriptsDir/Volume.sh
$waybar = $scriptsDir/Waybar.sh $waybar = $scriptsDir/Waybar.sh
# see https://wiki.hyprland.org/Configuring/Binds/ for more # see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = CTRL ALT, Delete, exec, hyprctl dispatch exit 0 bind = CTRL ALT, Delete, exec, hyprctl dispatch exit 0
bind = $mainMod SHIFT, C, exec, hyprctl reload bind = $mainMod SHIFT, C, exec, hyprctl reload
@ -194,7 +193,7 @@ bind = $mainMod ALT, Print, exec, $screenshot --in10
#bind = SHIFT, Print, exec, $screenshot --area #bind = SHIFT, Print, exec, $screenshot --area
bind = $mainMod SHIFT, Print, exec, $screenshot --area bind = $mainMod SHIFT, Print, exec, $screenshot --area
# screenshot with swappy # screenshot with swappy (another screenshot tool)
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp)" - | swappy -f - bind = $mainMod SHIFT, S, exec, grim -g "$(slurp)" - | swappy -f -
# Screenshot keybindings for Asus G15 (no PrinSrc button) # Screenshot keybindings for Asus G15 (no PrinSrc button)

25
config/hypr/configs/Settings.conf

@ -1,6 +1,14 @@
## refer to Hyprland wiki for more info https://wiki.hyprland.org/Configuring/Variables ## refer to Hyprland wiki for more info https://wiki.hyprland.org/Configuring/Variables
## JaKooLit Github - https://github.com/JaKooLit ## JaKooLit Github - https://github.com/JaKooLit
$themes = $HOME/.config/hypr/themes
# Catpuccin Hyprland Themes
source = $themes/mocha.conf
#source = $themes/frappe.conf
#source = $themes/latte.conf
#source = $themes/machiato.conf
# blurls = waybar # blurls = waybar
# blurls = rofi # blurls = rofi
@ -12,7 +20,7 @@ dwindle {
master { master {
new_is_master=1 new_is_master=1
new_on_top=0 new_on_top=1
mfact = 0.5 mfact = 0.5
} }
@ -24,22 +32,17 @@ general {
border_size = 1 border_size = 1
resize_on_border = true resize_on_border = true
#one color col.active_border = $lavender $blue $sapphire $mauve $red $flamingo 45deg
#col.active_border = rgba(7aa2f7aa) col.inactive_border = $overlay1
#more colors - gradient
#col.active_border = rgb(8839ef) rgb(cba6f7) rgb(ca9ee6) rgb(c6a0f6) 45deg
col.active_border = rgb(7287fd) rgb(74c7ec) rgb(89b4fa) 45deg
col.inactive_border = rgb(6c7086)
layout = master layout = master
} }
group { group {
col.border_active = rgba(7aa2f7aa) col.border_active = $maroon
groupbar { groupbar {
col.active = rgba(7aa2f7aa) col.active = $green
} }
} }
@ -56,7 +59,7 @@ decoration {
drop_shadow=true drop_shadow=true
shadow_range=4 shadow_range=4
shadow_render_power = 1 shadow_render_power = 1
col.shadow = rgb(cba7f7) col.shadow = $mauve
col.shadow_inactive = 0x50000000 col.shadow_inactive = 0x50000000
blur { blur {

Loading…
Cancel
Save