diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-02 15:07:51 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-02 15:07:51 +0900 |
| commit | 8b44dc03f93861ae8a8f01e2f5ae56fd37240fb5 (patch) | |
| tree | c79cd4efc921d60c3200a32af43552250118e782 /config/hypr | |
| parent | fb3406019343120c58f99d631e7a8457128fb2d7 (diff) | |
| parent | b51428618c7ca7880baa3edbb5370bf777cded5b (diff) | |
Merge pull request #48 from JaKooLit/v2.1.13
V2.1.13
Diffstat (limited to 'config/hypr')
| -rw-r--r-- | config/hypr/configs/Settings.conf | 2 | ||||
| -rwxr-xr-x | config/hypr/scripts/DarkLight.sh | 4 | ||||
| -rw-r--r-- | config/hypr/v2.1.13 (renamed from config/hypr/v2.1.12) | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/configs/Settings.conf b/config/hypr/configs/Settings.conf index fe3ad2a6..b40eba67 100644 --- a/config/hypr/configs/Settings.conf +++ b/config/hypr/configs/Settings.conf @@ -97,7 +97,7 @@ input { kb_rules= repeat_rate=50 repeat_delay=300 - numlock_by_default=0 + numlock_by_default=1 left_handed=0 follow_mouse=1 float_switch_override_focus=0 diff --git a/config/hypr/scripts/DarkLight.sh b/config/hypr/scripts/DarkLight.sh index fc75bf74..2072e1be 100755 --- a/config/hypr/scripts/DarkLight.sh +++ b/config/hypr/scripts/DarkLight.sh @@ -47,10 +47,10 @@ notify_user "$next_mode" # Change background for dunst if [ "$next_mode" = "dark" ]; then sed -i '/background = /s/.*/ background = "#00000080"/' "${dunst_config}/dunstrc" - sed -i '/foreground = /s/.*/ foreground = "#FFFFFF90"/' "${dunst_config}/dunstrc" + sed -i '/foreground = /s/.*/ foreground = "#fafafa"/' "${dunst_config}/dunstrc" else sed -i '/background = /s/.*/ background = "#FFFFFF80"/' "${dunst_config}/dunstrc" - sed -i '/foreground = /s/.*/ foreground = "#00000090"/' "${dunst_config}/dunstrc" + sed -i '/foreground = /s/.*/ foreground = "#00000095"/' "${dunst_config}/dunstrc" fi # Symlink for rofi theme diff --git a/config/hypr/v2.1.12 b/config/hypr/v2.1.13 index 31b3414d..31b3414d 100644 --- a/config/hypr/v2.1.12 +++ b/config/hypr/v2.1.13 |
