migration

This commit is contained in:
kokopi-dev
2025-10-28 16:23:11 +09:00
commit 2f27c335cf
116 changed files with 8221 additions and 0 deletions

5
X11/gtk-3.0/README.md Normal file
View File

@@ -0,0 +1,5 @@
# GTK3 Config Files
Add gtk.css and settings.ini to `~/.config/gtk-3.0/`
Run `GTK_DEBUG=interactive thunar` to check classes on thunar, replace thunar with any gtk applicable app to debug it too

32
X11/gtk-3.0/gtk.css Normal file
View File

@@ -0,0 +1,32 @@
.thunar {
background: none;
}
.thunar .sidebar {
background: rgba(21,24,40,0.3);
}
.thunar toolbar {
background: rgba(21,24,40,0.3);
padding-top: 10px;
padding-bottom: 8px;
border-top: 1px solid #E5C38F;
}
/* toolbar back btns and stuff */
.thunar toolbar .image-button {
color: #E5C38F;
}
/* input bar */
.thunar toolbar toolitem widget box entry {
color: #E5C38F;
background: rgba(6, 2, 16, 0.75);
}
.thunar .sidebar .view {
background: rgba(6, 2, 16, 0.4);
color: #E5C38F;
}
.thunar notebook .view {
background: rgba(6, 2, 16, 0.6);
}
.thunar statusbar {
color: #E5C38F;
background: rgba(6, 2, 16, 0.6);
}

5
X11/gtk-3.0/settings.ini Normal file
View File

@@ -0,0 +1,5 @@
[Settings]
gtk-icon-theme-name=Infinity-Lavender-Dark-Icons
gtk-theme-name=Juno-ocean
gtk-font-name=NotoSans
gtk-cursor-theme-name=phinger-cursors