Added rest of gtk 4 files needed
This commit is contained in:
2
dot_config/gtk-4.0/executable_gtk.css
Normal file
2
dot_config/gtk-4.0/executable_gtk.css
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
@import 'colors.css';
|
||||||
|
@import 'kde_window_geometry.css';
|
35
dot_config/gtk-4.0/executable_kde_window_geometry.css
Normal file
35
dot_config/gtk-4.0/executable_kde_window_geometry.css
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
/*
|
||||||
|
Extremely trimmed down version of https://github.com/MrCompoopter/Libadwaita-Breeze-Dark
|
||||||
|
Modifies only the window shape, and otherwise makes no other changes.
|
||||||
|
This should ensure compatibility with most if not all themes and applications.
|
||||||
|
*/
|
||||||
|
|
||||||
|
window {
|
||||||
|
border-radius: 4px 4px 0 0;
|
||||||
|
border-width: 0px;
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
window.maximized {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.maximized window,
|
||||||
|
.fullscreen window,
|
||||||
|
.tiled window {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popup window {
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.csd window {
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.solid-csd window {
|
||||||
|
border-radius: 0;
|
||||||
|
margin: 0;
|
||||||
|
border-width: 5px;
|
||||||
|
}
|
12
dot_config/gtk-4.0/executable_settings.ini
Normal file
12
dot_config/gtk-4.0/executable_settings.ini
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
[Settings]
|
||||||
|
gtk-application-prefer-dark-theme=true
|
||||||
|
gtk-cursor-theme-name=breeze_cursors
|
||||||
|
gtk-cursor-theme-size=24
|
||||||
|
gtk-decoration-layout=icon:minimize,maximize,close
|
||||||
|
gtk-enable-animations=true
|
||||||
|
gtk-font-name=Noto Sans, 10
|
||||||
|
gtk-icon-theme-name=breeze-dark
|
||||||
|
gtk-modules=colorreload-gtk-module
|
||||||
|
gtk-primary-button-warps-slider=true
|
||||||
|
gtk-sound-theme-name=ocean
|
||||||
|
gtk-xft-dpi=98304
|
Reference in New Issue
Block a user