diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-03-08 20:00:31 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-08 20:00:31 +0900 |
| commit | a5530ba1c81a482aa8e77db9bf37aa5894d1fa86 (patch) | |
| tree | e0c130bf8479dcfedc79059202a9c4449bc54048 /config | |
| parent | dbfd694a9b006ca1b2da42ad94d6bf0ff5a6d394 (diff) | |
| parent | 8ead68af4e161693f82e5dcd37118d7a2dac24d5 (diff) | |
Merge branch 'main' into development
Diffstat (limited to 'config')
| -rwxr-xr-x | config/hypr/scripts/DarkLight.sh | 4 | ||||
| -rw-r--r-- | config/rofi/config-wallpaper.rasi | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/config/hypr/scripts/DarkLight.sh b/config/hypr/scripts/DarkLight.sh index 6ce1526e..d34554fa 100755 --- a/config/hypr/scripts/DarkLight.sh +++ b/config/hypr/scripts/DarkLight.sh @@ -144,9 +144,9 @@ kvantummanager --set "$kvantum_theme" # set the rofi color for background if [ "$next_mode" = "Dark" ]; then - sed -i '24s/.*/background: rgba(0,0,0,0.7);/' $wallust_rofi + sed -i '/^background:/s/.*/background: rgba(0,0,0,0.7);/' $wallust_rofi else - sed -i '24s/.*/background: rgba(255,255,255,0.9);/' $wallust_rofi + sed -i '/^background:/s/.*/background: rgba(255,255,255,0.9);/' $wallust_rofi fi diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index b855cd22..3eec2b68 100644 --- a/config/rofi/config-wallpaper.rasi +++ b/config/rofi/config-wallpaper.rasi @@ -65,5 +65,4 @@ element-text { vertical-align: 0.5; horizontal-align: 0.5; padding: 6px; - margin: 6px; -} + margin: 6px;
\ No newline at end of file |
