yee
This commit is contained in:
parent
a1d7377ca1
commit
fb5a5d1247
12 changed files with 58 additions and 7 deletions
Binary file not shown.
BIN
.config/niri/backgrounds/f43-01-day.jxl
Normal file
BIN
.config/niri/backgrounds/f43-01-day.jxl
Normal file
Binary file not shown.
BIN
.config/niri/backgrounds/f43-01-night.jxl
Normal file
BIN
.config/niri/backgrounds/f43-01-night.jxl
Normal file
Binary file not shown.
38
.config/niri/backgrounds/f43.xml
Normal file
38
.config/niri/backgrounds/f43.xml
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
<background>
|
||||
<starttime>
|
||||
<year>2025</year>
|
||||
<month>10</month>
|
||||
<day>28</day>
|
||||
<hour>8</hour>
|
||||
<minute>00</minute>
|
||||
<second>00</second>
|
||||
</starttime>
|
||||
<!-- This animation will start at 8 AM. -->
|
||||
|
||||
<!-- We start with day at 8 AM. It will remain up for 10 hours. -->
|
||||
<static>
|
||||
<duration>36000.0</duration>
|
||||
<file>/usr/share/backgrounds/f43/default/f43-01-day.jxl</file>
|
||||
</static>
|
||||
|
||||
<!-- Day ended and starts to transition to night at 6 PM. The transition lasts for 2 hours, ending at 8 PM. -->
|
||||
<transition type="overlay">
|
||||
<duration>7200.0</duration>
|
||||
<from>/usr/share/backgrounds/f43/default/f43-01-day.jxl</from>
|
||||
<to>/usr/share/backgrounds/f43/default/f43-01-night.jxl</to>
|
||||
</transition>
|
||||
|
||||
<!-- It's 8 PM, we're showing the night till 6 AM. -->
|
||||
<static>
|
||||
<duration>36000.0</duration>
|
||||
<file>/usr/share/backgrounds/f43/default/f43-01-night.jxl</file>
|
||||
</static>
|
||||
|
||||
<!-- It's 6 AM, and we're starting to transition to day. Transition completes at 8 AM. -->
|
||||
<transition type="overlay">
|
||||
<duration>7200.0</duration>
|
||||
<from>/usr/share/backgrounds/f43/default/f43-01-night.jxl</from>
|
||||
<to>/usr/share/backgrounds/f43/default/f43-01-day.jxl</to>
|
||||
</transition>
|
||||
|
||||
</background>
|
||||
BIN
.config/niri/backgrounds/wallpaper.png
Normal file
BIN
.config/niri/backgrounds/wallpaper.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 MiB |
|
|
@ -103,7 +103,11 @@ output "eDP-1" {
|
|||
// so to put another output directly adjacent to it on the right, set its x to 1920.
|
||||
// If the position is unset or results in an overlap, the output is instead placed
|
||||
// automatically.
|
||||
position x=1280 y=0
|
||||
position x=320 y=1441
|
||||
}
|
||||
|
||||
output "HDMI-A-1" {
|
||||
position x=0 y=0
|
||||
}
|
||||
|
||||
// Settings that influence how windows are positioned and sized.
|
||||
|
|
@ -274,9 +278,11 @@ layout {
|
|||
// To run a shell command (with variables, pipes, etc.), use spawn-sh-at-startup:
|
||||
// spawn-sh-at-startup "qs -c ~/source/qs/MyAwesomeShell"
|
||||
|
||||
spawn-sh-at-startup "swaybg --mode fill -i ~/.config/niri/backgrounds/wallpaper.png"
|
||||
|
||||
hotkey-overlay {
|
||||
// Uncomment this line to disable the "Important Hotkeys" pop-up at startup.
|
||||
// skip-at-startup
|
||||
skip-at-startup
|
||||
}
|
||||
|
||||
// Uncomment this line to ask the clients to omit their client-side decorations if possible.
|
||||
|
|
|
|||
8
.config/qutebrowser/qsettings/QtProject.conf
Normal file
8
.config/qutebrowser/qsettings/QtProject.conf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[FileDialog]
|
||||
history=file:///home/never/Downloads
|
||||
lastVisited=file:///home/never/Downloads
|
||||
qtVersion=6.10.1
|
||||
shortcuts=file:, file:///home/never
|
||||
sidebarWidth=113
|
||||
treeViewHeader=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x2T\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\x1?\0\0\0\x1\0\0\0\0\0\0\0H\0\0\0\x1\0\0\0\0\0\0\0L\0\0\0\x1\0\0\0\0\0\0\0\x81\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1)
|
||||
viewMode=Detail
|
||||
|
|
@ -1 +1 @@
|
|||
/tmp/.org.chromium.Chromium.O8weLB/SS
|
||||
/tmp/.org.chromium.Chromium.os3OTn/SS
|
||||
|
|
@ -1 +1 @@
|
|||
9249301947240957090
|
||||
15007626915944724384
|
||||
|
|
@ -1 +1 @@
|
|||
fedora-3675
|
||||
fedora-165962
|
||||
|
|
@ -76,7 +76,6 @@
|
|||
"events": {
|
||||
"on-discharging-warning": "notify-send -u normal 'Low Battery'",
|
||||
"on-discharging-critical": "notify-send -u critical 'Very Low Battery'",
|
||||
"on-charging-100": "notify-send -u normal 'Battery Full!'"
|
||||
},
|
||||
"format": "{icon}",
|
||||
"format-icons": ["", "", "", "", "", "", "", "", "", ""],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue