A full commitment's what I'm thinking of
This commit is contained in:
parent
d125c5c2dc
commit
31ecb68fae
4 changed files with 15 additions and 5 deletions
|
|
@ -1,10 +1,11 @@
|
||||||
[files]
|
[files]
|
||||||
recent_files=/mnt/2024_Formation SANS/SANS FOR498/498.23.3 ISO/sans-integrity.yml;/mnt/2024_Formation SANS/SANS FOR498/498.23.3 ISO/license.txt;/mnt/Jupiter/matt/backup/oldnashome/.dotfiles/bash/.bash_prompt;/mnt/Jupiter/matt/backup/oldnashome/.bash_prompt;/mnt/Jupiter/home-dir-backup.sh;/home/matt/Downloads/OPNsense-24.7-checksums-amd64.sha256;/home/matt/.config/rofi/screen.rasi;/home/matt/Downloads/archcraft-2024.10.22-x86_64.iso.sha256sum;/home/matt/.config/waybar/style.css;/home/matt/.config/waybar/config.jsonc;
|
recent_files=/mnt/2024_Formation SANS/SANS FOR498/498.23.3 ISO/sans-integrity.yml;/mnt/2024_Formation SANS/SANS FOR498/498.23.3 ISO/license.txt;/mnt/Jupiter/matt/backup/oldnashome/.dotfiles/bash/.bash_prompt;/mnt/Jupiter/matt/backup/oldnashome/.bash_prompt;/mnt/Jupiter/home-dir-backup.sh;/home/matt/Downloads/OPNsense-24.7-checksums-amd64.sha256;/home/matt/.config/rofi/screen.rasi;/home/matt/Downloads/archcraft-2024.10.22-x86_64.iso.sha256sum;/home/matt/.config/waybar/style.css;/home/matt/.config/waybar/config.jsonc;
|
||||||
recent_projects=
|
recent_projects=
|
||||||
current_page=2
|
current_page=3
|
||||||
FILE_NAME_0=4796;Conf;0;EUTF-8;1;1;0;%2Fhome%2Fmatt%2F.config%2Fhypr%2Fhyprland.conf;0;4
|
FILE_NAME_0=4796;Conf;0;EUTF-8;1;1;0;%2Fhome%2Fmatt%2F.config%2Fhypr%2Fhyprland.conf;0;4
|
||||||
FILE_NAME_1=0;None;0;EUTF-8;1;1;0;%2Fhome%2Fmatt%2F.config%2Fwaybar%2Fconfig.jsonc;0;4
|
FILE_NAME_1=0;Conf;0;EUTF-8;1;1;0;%2Fhome%2Fmatt%2F.config%2Fhypr%2Fkeybinds.conf;0;4
|
||||||
FILE_NAME_2=943;CSS;0;EUTF-8;1;1;0;%2Fhome%2Fmatt%2F.config%2Fwaybar%2Fstyle.css;0;4
|
FILE_NAME_2=160;None;0;EUTF-8;1;1;0;%2Fhome%2Fmatt%2F.config%2Fhypr%2Fpyprland.d%2Fscratchpads.toml;0;4
|
||||||
|
FILE_NAME_3=11;None;0;EUTF-8;1;1;0;%2Fhome%2Fmatt%2F.config%2Fhypr%2Fpyprland.toml;0;4
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
session_file=
|
session_file=
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,13 @@
|
||||||
[pyprland]
|
[pyprland]
|
||||||
include = ["~/.config/hypr/pyprland.d"]
|
|
||||||
|
|
||||||
plugins = [
|
plugins = [
|
||||||
|
"scratchpads",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[scratchpads.term]
|
||||||
|
animation = "fromTop"
|
||||||
|
command = "kitty --class kitty-dropterm"
|
||||||
|
class = "kitty-dropterm"
|
||||||
|
size = "75% 60%"
|
||||||
|
max_size = "1920px 100%"
|
||||||
|
margin = 50
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -61,8 +61,10 @@ window#waybar {
|
||||||
margin: 3px 0px;
|
margin: 3px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
#custom-launcher {}
|
#custom-launcher {}
|
||||||
#memory {}
|
#memory {}
|
||||||
|
*/
|
||||||
|
|
||||||
#custom-notification {
|
#custom-notification {
|
||||||
color: #a6adc8;
|
color: #a6adc8;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue