Browse Source

Final changes for v2.2.2

pull/106/head
Ja.KooLit 2 years ago
parent
commit
7dd29c700f
  1. 9
      config/hypr/UserConfigs/00-Readme
  2. 4
      config/hypr/UserConfigs/Monitors.conf
  3. 2
      config/hypr/UserConfigs/Startup_Apps.conf
  4. 7
      config/hypr/UserConfigs/UserSettings.conf
  5. 1
      config/hypr/UserScripts/00-Readme
  6. 5
      config/hypr/configs/Settings.conf
  7. 3
      config/hypr/hyprland.conf
  8. 3
      config/hypr/initial-boot.sh

9
config/hypr/UserConfigs/00-Readme

@ -0,0 +1,9 @@
Hyprland-Dots v2.2.2
1.) Suggest not to rename files in this folder. As this is connected and being sourced from hyprland.conf in ~/.config/hypr
2.) This folder, along with UserScripts folder will NOT be touch during update.
3.) However, if hyprland has a big change in settings, i.e., blur section is moved into another group, you should managed the change.
I will update the Hyprland-Dots wiki for guidance. Make sure to check out changelogs as well

4
config/hypr/UserConfigs/Monitors.conf

@ -5,10 +5,6 @@
# https://wiki.hyprland.org/Configuring/Monitors/
# Configure your Display resolution, offset, scale and Monitors here, use `hyprctl monitors` to get the info.
#Could help when scaling and not pixelating
xwayland {
force_zero_scaling = true
}
# Monitors
monitor=,preferred,auto,1

2
config/hypr/UserConfigs/Startup_Apps.conf

@ -7,8 +7,6 @@ $lock = $scriptsDir/LockScreen.sh
$SwwwRandom = $scriptsDir/WallpaperRandom.sh
$WallpaperPath = $HOME/Pictures/wallpapers
# Initial boot script to start Pywal and Set wallpaper. This line and corresponding script can be safely deleted once logged in
exec-once = $HOME/.config/hypr/initial-boot.sh
# wallpaper stuff / More wallpaper options below
exec-once = swww query || swww init

7
config/hypr/UserConfigs/UserSettings.conf

@ -86,7 +86,7 @@ animations {
animation = windowsOut, 1, 5, winOut, popin
animation = windowsMove, 1, 5, wind, slide
animation = border, 1, 10, linear
animation = borderangle, 1, 180, linear, loop
animation = borderangle, 1, 180, linear, loop #used by rainbow borders and rotating colors
animation = fade, 1, 5, overshot
animation = workspaces, 1, 5, wind
animation = windows, 1, 5, bounce, popin
@ -143,3 +143,8 @@ binds {
allow_workspace_cycles=1
pass_mouse_when_bound=0
}
#Could help when scaling and not pixelating
xwayland {
force_zero_scaling = true
}

1
config/hypr/UserScripts/00-Readme

@ -0,0 +1 @@
a) Place your new scripts here. If you need to edit a script from main script (~/.config/hypr/scripts), copy it on this folder, and edit. Make sure to update as well the keybinds in ~/.config/hypr/UserConfigs folder if any script is attached to it

5
config/hypr/configs/Settings.conf

@ -1,7 +1,8 @@
## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ##
# Default Settings. avoid changing this file as during update, this will be replaced
## refer to Hyprland wiki for more info https://wiki.hyprland.org/Configuring/Variables
# Initial boot script enable to apply initial wallpapers, theming, new settings etc.
exec-once = $HOME/.config/hypr/initial-boot.sh

3
config/hypr/hyprland.conf

@ -3,9 +3,8 @@
###### Default Configs
$configs = $HOME/.config/hypr/configs
source=$configs/Keybinds.conf
source=$configs/Settings.conf
source=$configs/Keybinds.conf
#### User Configs
$UserConfigs = $HOME/.config/hypr/UserConfigs

3
config/hypr/initial-boot.sh

@ -2,8 +2,9 @@
# A bash script designed to run only once dotfiles installed
# THIS SCRIPT CAN BE DELETED ONCE SUCCESSFULLY BOOTED!! And also, edit ~/.config/hypr/configs/Execs.conf
# THIS SCRIPT CAN BE DELETED ONCE SUCCESSFULLY BOOTED!! And also, edit ~/.config/hypr/configs/Settings.conf
# not necessary to do since this script is only designed to run only once as long as the marker exists
# However, I do highly suggest not to touch it since again, as long as the marker exist, script wont run
# Variables
scriptsDir=$HOME/.config/hypr/scripts

Loading…
Cancel
Save