From df71f0c100ce919990366244964c10db984245e5 Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 13 Apr 2025 18:20:16 +0200 Subject: [PATCH] Changes to challenge and neofetch. Waybar and hyprland changes --- .config/hypr/windowRules.conf | 6 +++--- .config/hypr/workspaces.conf | 10 +++++----- .config/neofetch/config.conf | 2 +- .config/waybar/config.jsonc | 2 +- .config/xdg-desktop-portal/hyprland-portals.conf | 2 +- Scripts/challengesData.json | 11 ++++++++++- 6 files changed, 21 insertions(+), 12 deletions(-) diff --git a/.config/hypr/windowRules.conf b/.config/hypr/windowRules.conf index 299ffa3..0881cbb 100644 --- a/.config/hypr/windowRules.conf +++ b/.config/hypr/windowRules.conf @@ -1,19 +1,19 @@ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more # See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules -windowrule = workspace 8, class:vesktop +windowrule = workspace 7, class:vesktop windowrule = noinitialfocus, class:vesktop # windowrule = float, class:vesktop windowrule = size 1098 1376, class:vesktop windowrule = move 1450 1132, class:vesktop -windowrule = workspace 8, class:Spotify +windowrule = workspace 7, class:Spotify windowrule = noinitialfocus, class:Spotify # windowrule = float, class:Spotify windowrule = size 1426 1376, class:Spotify windowrule = move 12 1132, class:Spotify -windowrule = workspace 4, class:steam +windowrule = workspace 3, class:steam windowrule = noinitialfocus, class:steam # Ignore maximize requests from apps. You'll probably like this. diff --git a/.config/hypr/workspaces.conf b/.config/hypr/workspaces.conf index b8a1bfc..613687d 100644 --- a/.config/hypr/workspaces.conf +++ b/.config/hypr/workspaces.conf @@ -1,10 +1,10 @@ workspace = 1, monitor:$middleMon, persistent:true, default:true workspace = 2, monitor:$middleMon, persistent:true workspace = 3, monitor:$middleMon, persistent:true -workspace = 4, monitor:$middleMon, persistent:true -workspace = 5, monitor:$rightMon, persistent:true, default:true +workspace = 4, monitor:$rightMon, persistent:true, default:true +workspace = 5, monitor:$rightMon, persistent:true workspace = 6, monitor:$rightMon, persistent:true -workspace = 7, monitor:$rightMon, persistent:true -workspace = 8, monitor:$leftMon, persistent:true, default:true +workspace = 7, monitor:$leftMon, persistent:true, default:true +workspace = 8, monitor:$leftMon, persistent:true workspace = 9, monitor:$leftMon, persistent:true -workspace = 10, monitor:$tv, persistent:true, default:true \ No newline at end of file +workspace = 10, monitor:$tv, persistent:true, default:true diff --git a/.config/neofetch/config.conf b/.config/neofetch/config.conf index b24fb6d..cea66e6 100644 --- a/.config/neofetch/config.conf +++ b/.config/neofetch/config.conf @@ -38,7 +38,7 @@ progression=$((daysdone / 86400)) # Calculation of everything needed # let birth_install=$(stat -c %W /) # Comment out if using the custom Epoch -let birth_install=1733098645 # Custom Epoch for Reinstalls +let birth_install=1742944940 # Custom Epoch for Reinstalls bold='' red='' diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 8cceb31..cda408a 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -32,7 +32,7 @@ "hyprland/language": { "format": " {}", - "format-en": "Merica", + "format-en": "Merican", "format-se": "Swedish" }, diff --git a/.config/xdg-desktop-portal/hyprland-portals.conf b/.config/xdg-desktop-portal/hyprland-portals.conf index 535a994..aa5da07 100644 --- a/.config/xdg-desktop-portal/hyprland-portals.conf +++ b/.config/xdg-desktop-portal/hyprland-portals.conf @@ -1,3 +1,3 @@ [preferred] default = hyprland;gtk -org.freedesktop.impl.portal.FileChooser = lxqt \ No newline at end of file +org.freedesktop.impl.portal.FileChooser = gtk diff --git a/Scripts/challengesData.json b/Scripts/challengesData.json index 4bca78c..25ff200 100644 --- a/Scripts/challengesData.json +++ b/Scripts/challengesData.json @@ -1,5 +1,5 @@ { - "installEpoch": "1736967026", + "installEpoch": "1742944940", "challenges": [ { "title": "Nobara 2 Months", @@ -53,6 +53,15 @@ "lasted": "", "procentDone": "", "reinstalls": 1, + "current": false + }, + { + "title": "EndeavourOS", + "startDate": "2025-03-26 00:22:20", + "endDate": "", + "lasted": "", + "procentDone": "", + "reinstalls": 0, "current": true } ]