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. 29
      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)
# HIDDEN FEATURES!
- ROFI BEATS or ONLINE Music ( SUPER SHIFT S)
- 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
#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
# starup apps
@ -32,14 +32,10 @@ exec-once = dunst &
#exec-once = blueman-applet &
exec-once = nm-applet --indicator &
#exec-once = rog-control-center &
#exec-once = easyeffects --gapplication-service -l my_own
#clipboard manager
exec-once = wl-paste --watch cliphist store
#Catpuccin Hyprland Themes
source = $themes/mocha.conf
# Rainbow borders
exec-once = $scriptsDir/RainbowBorders.sh
@ -49,7 +45,6 @@ exec-once = $scriptsDir/RainbowBorders.sh
# auto close of apps (timeout 5 secs)
# exec-once = $scriptsDir/AppAutoClose.sh
# sway-idle with lock only
exec-once = swayidle -w timeout 1200 '$lock'
# sway-idle with lock and sleep

3
config/hypr/configs/Keybinds.conf

@ -22,7 +22,6 @@ $volume = $scriptsDir/Volume.sh
$waybar = $scriptsDir/Waybar.sh
# see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = CTRL ALT, Delete, exec, hyprctl dispatch exit 0
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 = $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 -
# Screenshot keybindings for Asus G15 (no PrinSrc button)

29
config/hypr/configs/Settings.conf

@ -1,8 +1,16 @@
## refer to Hyprland wiki for more info https://wiki.hyprland.org/Configuring/Variables
## 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 = rofi
# blurls = rofi
dwindle {
pseudotile = yes
@ -12,7 +20,7 @@ dwindle {
master {
new_is_master=1
new_on_top=0
new_on_top=1
mfact = 0.5
}
@ -23,23 +31,18 @@ general {
gaps_out = 8
border_size = 1
resize_on_border = true
#one color
#col.active_border = rgba(7aa2f7aa)
#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)
col.active_border = $lavender $blue $sapphire $mauve $red $flamingo 45deg
col.inactive_border = $overlay1
layout = master
}
group {
col.border_active = rgba(7aa2f7aa)
col.border_active = $maroon
groupbar {
col.active = rgba(7aa2f7aa)
col.active = $green
}
}
@ -56,7 +59,7 @@ decoration {
drop_shadow=true
shadow_range=4
shadow_render_power = 1
col.shadow = rgb(cba7f7)
col.shadow = $mauve
col.shadow_inactive = 0x50000000
blur {

Loading…
Cancel
Save