Changes to challenge and neofetch. Waybar and hyprland changes
This commit is contained in:
@ -1,19 +1,19 @@
|
|||||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||||
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
|
# 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 = noinitialfocus, class:vesktop
|
||||||
# windowrule = float, class:vesktop
|
# windowrule = float, class:vesktop
|
||||||
windowrule = size 1098 1376, class:vesktop
|
windowrule = size 1098 1376, class:vesktop
|
||||||
windowrule = move 1450 1132, class:vesktop
|
windowrule = move 1450 1132, class:vesktop
|
||||||
|
|
||||||
windowrule = workspace 8, class:Spotify
|
windowrule = workspace 7, class:Spotify
|
||||||
windowrule = noinitialfocus, class:Spotify
|
windowrule = noinitialfocus, class:Spotify
|
||||||
# windowrule = float, class:Spotify
|
# windowrule = float, class:Spotify
|
||||||
windowrule = size 1426 1376, class:Spotify
|
windowrule = size 1426 1376, class:Spotify
|
||||||
windowrule = move 12 1132, class:Spotify
|
windowrule = move 12 1132, class:Spotify
|
||||||
|
|
||||||
windowrule = workspace 4, class:steam
|
windowrule = workspace 3, class:steam
|
||||||
windowrule = noinitialfocus, class:steam
|
windowrule = noinitialfocus, class:steam
|
||||||
|
|
||||||
# Ignore maximize requests from apps. You'll probably like this.
|
# Ignore maximize requests from apps. You'll probably like this.
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
workspace = 1, monitor:$middleMon, persistent:true, default:true
|
workspace = 1, monitor:$middleMon, persistent:true, default:true
|
||||||
workspace = 2, monitor:$middleMon, persistent:true
|
workspace = 2, monitor:$middleMon, persistent:true
|
||||||
workspace = 3, monitor:$middleMon, persistent:true
|
workspace = 3, monitor:$middleMon, persistent:true
|
||||||
workspace = 4, monitor:$middleMon, persistent:true
|
workspace = 4, monitor:$rightMon, persistent:true, default:true
|
||||||
workspace = 5, monitor:$rightMon, persistent:true, default:true
|
workspace = 5, monitor:$rightMon, persistent:true
|
||||||
workspace = 6, monitor:$rightMon, persistent:true
|
workspace = 6, monitor:$rightMon, persistent:true
|
||||||
workspace = 7, monitor:$rightMon, persistent:true
|
workspace = 7, monitor:$leftMon, persistent:true, default:true
|
||||||
workspace = 8, monitor:$leftMon, persistent:true, default:true
|
workspace = 8, monitor:$leftMon, persistent:true
|
||||||
workspace = 9, monitor:$leftMon, persistent:true
|
workspace = 9, monitor:$leftMon, persistent:true
|
||||||
workspace = 10, monitor:$tv, persistent:true, default:true
|
workspace = 10, monitor:$tv, persistent:true, default:true
|
||||||
|
@ -38,7 +38,7 @@ progression=$((daysdone / 86400))
|
|||||||
|
|
||||||
# Calculation of everything needed
|
# Calculation of everything needed
|
||||||
# let birth_install=$(stat -c %W /) # Comment out if using the custom Epoch
|
# 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='[1m'
|
bold='[1m'
|
||||||
red='[31m'
|
red='[31m'
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
"hyprland/language": {
|
"hyprland/language": {
|
||||||
"format": " {}",
|
"format": " {}",
|
||||||
"format-en": "Merica",
|
"format-en": "Merican",
|
||||||
"format-se": "Swedish"
|
"format-se": "Swedish"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
[preferred]
|
[preferred]
|
||||||
default = hyprland;gtk
|
default = hyprland;gtk
|
||||||
org.freedesktop.impl.portal.FileChooser = lxqt
|
org.freedesktop.impl.portal.FileChooser = gtk
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"installEpoch": "1736967026",
|
"installEpoch": "1742944940",
|
||||||
"challenges": [
|
"challenges": [
|
||||||
{
|
{
|
||||||
"title": "Nobara 2 Months",
|
"title": "Nobara 2 Months",
|
||||||
@ -53,6 +53,15 @@
|
|||||||
"lasted": "",
|
"lasted": "",
|
||||||
"procentDone": "",
|
"procentDone": "",
|
||||||
"reinstalls": 1,
|
"reinstalls": 1,
|
||||||
|
"current": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "EndeavourOS",
|
||||||
|
"startDate": "2025-03-26 00:22:20",
|
||||||
|
"endDate": "",
|
||||||
|
"lasted": "",
|
||||||
|
"procentDone": "",
|
||||||
|
"reinstalls": 0,
|
||||||
"current": true
|
"current": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user