Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d428c53740 | |||
| 3de410da80 |
@@ -2911,3 +2911,51 @@
|
|||||||
"Level": 1,
|
"Level": 1,
|
||||||
"Notification": false
|
"Notification": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Time": "2026-05-10T16:27:47.7624064+02:00",
|
||||||
|
"Group": "AssemblyLoadContext.Unloading",
|
||||||
|
"Message": "Terminating daemon..",
|
||||||
|
"StackTrace": null,
|
||||||
|
"Level": 1,
|
||||||
|
"Notification": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Time": "2026-05-10T16:27:47.7627726+02:00",
|
||||||
|
"Group": "closeDaemon",
|
||||||
|
"Message": "Waiting for daemon to terminate",
|
||||||
|
"StackTrace": null,
|
||||||
|
"Level": 1,
|
||||||
|
"Notification": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Time": "2026-05-10T16:27:47.8124126+02:00",
|
||||||
|
"Group": "IPC",
|
||||||
|
"Message": "Connected to a client.",
|
||||||
|
"StackTrace": null,
|
||||||
|
"Level": 0,
|
||||||
|
"Notification": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Time": "2026-05-10T16:27:47.8541054+02:00",
|
||||||
|
"Group": "IPC",
|
||||||
|
"Message": "Disconnected from a client.",
|
||||||
|
"StackTrace": null,
|
||||||
|
"Level": 0,
|
||||||
|
"Notification": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Time": "2026-05-10T16:27:47.8544318+02:00",
|
||||||
|
"Group": "ProgramMain",
|
||||||
|
"Message": "Daemon gracefully stopped",
|
||||||
|
"StackTrace": null,
|
||||||
|
"Level": 1,
|
||||||
|
"Notification": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Time": "2026-05-10T16:27:47.8628589+02:00",
|
||||||
|
"Group": "closeDaemon",
|
||||||
|
"Message": "Waiting for daemon finished",
|
||||||
|
"StackTrace": null,
|
||||||
|
"Level": 1,
|
||||||
|
"Notification": false
|
||||||
|
},
|
||||||
|
|||||||
@@ -10,5 +10,4 @@ hl.on("hyprland.start", function()
|
|||||||
hl.exec_cmd("sleep 3s; " .. prefix .. "steam -silent")
|
hl.exec_cmd("sleep 3s; " .. prefix .. "steam -silent")
|
||||||
hl.exec_cmd("sleep 3s; " .. prefix .. "~/.config/hypr/scripts/gtk.sh")
|
hl.exec_cmd("sleep 3s; " .. prefix .. "~/.config/hypr/scripts/gtk.sh")
|
||||||
hl.exec_cmd("sleep 3s; " .. prefix .. "wl-paste --watch cliphist store")
|
hl.exec_cmd("sleep 3s; " .. prefix .. "wl-paste --watch cliphist store")
|
||||||
-- hl.exec_cmd("sleep 15s; " .. prefix .. "hyprpm reload")
|
|
||||||
end)
|
end)
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
hl.gesture({
|
||||||
|
fingers = 3,
|
||||||
|
direction = "horizontal",
|
||||||
|
action = "workspace",
|
||||||
|
})
|
||||||
@@ -19,15 +19,3 @@ hl.config({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
hl.gesture({
|
|
||||||
fingers = 3,
|
|
||||||
direction = "horizontal",
|
|
||||||
action = "workspace",
|
|
||||||
})
|
|
||||||
|
|
||||||
-- See https://wiki.hypr.land/Configuring/Advanced-and-Cool/Devices/ for more
|
|
||||||
hl.device({
|
|
||||||
name = "epic-mouse-v1",
|
|
||||||
sensitivity = 0,
|
|
||||||
})
|
|
||||||
|
|||||||
@@ -0,0 +1,28 @@
|
|||||||
|
# Hyprland dots
|
||||||
|
|
||||||
|
## Theme
|
||||||
|
|
||||||
|
### Evernight
|
||||||
|
|
||||||
|
- Clone repo
|
||||||
|
```zsh
|
||||||
|
git clone https://github.com/InoriShio/I-DeskPet
|
||||||
|
```
|
||||||
|
|
||||||
|
- Set gifspath
|
||||||
|
```zsh
|
||||||
|
echo 'gifFolder: "/home/InoriShio/Pictures/Gifs/"' > /home/InoriShio/.config/I-DeskPet/config.json
|
||||||
|
```
|
||||||
|
|
||||||
|
### Background, Bar, Lockscreen, App-Launcher
|
||||||
|
|
||||||
|
- Clone repo
|
||||||
|
```zsh
|
||||||
|
https://github.com/Zacharias-Brohn/z-bar-qt
|
||||||
|
cd z-bar-qt
|
||||||
|
cmake -B build -G Ninja
|
||||||
|
ninja -C build
|
||||||
|
sudo ninja -C build install
|
||||||
|
```
|
||||||
|
|
||||||
|
- See repo for configuration
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
if uwsm check may-start >> /dev/null; then
|
||||||
|
exec uwsm start hyprland.desktop
|
||||||
|
fi
|
||||||
|
After Width: | Height: | Size: 2.4 MiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 818 B |
|
After Width: | Height: | Size: 372 B |
|
After Width: | Height: | Size: 372 B |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 977 B |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 865 B |
|
After Width: | Height: | Size: 865 B |
|
After Width: | Height: | Size: 467 B |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 525 B |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 772 B |
|
After Width: | Height: | Size: 777 B |
|
After Width: | Height: | Size: 402 B |
|
After Width: | Height: | Size: 699 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 683 B |
|
After Width: | Height: | Size: 792 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 847 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 464 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 979 B |
|
After Width: | Height: | Size: 454 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 735 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 864 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 372 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 777 B |
|
After Width: | Height: | Size: 958 B |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 795 B |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 691 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 693 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 893 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 369 B |
|
After Width: | Height: | Size: 802 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 636 B |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 582 B |
|
After Width: | Height: | Size: 221 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 799 B |
|
After Width: | Height: | Size: 140 B |
|
After Width: | Height: | Size: 148 B |
|
After Width: | Height: | Size: 144 B |
|
After Width: | Height: | Size: 192 B |
|
After Width: | Height: | Size: 194 B |
|
After Width: | Height: | Size: 144 B |
|
After Width: | Height: | Size: 190 B |
|
After Width: | Height: | Size: 187 B |
|
After Width: | Height: | Size: 141 B |
@@ -0,0 +1,32 @@
|
|||||||
|
title-text: ""
|
||||||
|
desktop-image: "background.png"
|
||||||
|
terminal-left: "0"
|
||||||
|
terminal-top: "0"
|
||||||
|
terminal-border: "0"
|
||||||
|
terminal-width: "100%"
|
||||||
|
terminal-height: "100%"
|
||||||
|
|
||||||
|
+ boot_menu {
|
||||||
|
left = 144
|
||||||
|
top = 47%
|
||||||
|
width = 472
|
||||||
|
height = 35%
|
||||||
|
item_color = "#cccccc"
|
||||||
|
selected_item_color = "#ffffff"
|
||||||
|
icon_width = 36
|
||||||
|
icon_height = 36
|
||||||
|
item_icon_space = 20
|
||||||
|
item_height = 40
|
||||||
|
item_padding = 2
|
||||||
|
item_spacing = 40
|
||||||
|
selected_item_pixmap_style = "select_*.png"
|
||||||
|
}
|
||||||
|
|
||||||
|
+ label {
|
||||||
|
left = 144
|
||||||
|
top = 83%
|
||||||
|
align = "center"
|
||||||
|
id = "__timeout__"
|
||||||
|
text = "Selected OS will start in %d seconds"
|
||||||
|
color = "#cccccc"
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 2.4 MiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 818 B |
|
After Width: | Height: | Size: 372 B |
|
After Width: | Height: | Size: 372 B |