mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-02 07:05:03 +02:00
feat: Theme Qt applications with stylix
Most Qt/KDE applications look way better after this.
This commit is contained in:
parent
68bcfce997
commit
b7a9416e35
28
flake.lock
generated
28
flake.lock
generated
@ -34,23 +34,6 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"base16-alacritty-yaml": {
|
|
||||||
"flake": false,
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1674275109,
|
|
||||||
"narHash": "sha256-Adwx9yP70I6mJrjjODOgZJjt4OPPe8gJu7UuBboXO4M=",
|
|
||||||
"owner": "aarowill",
|
|
||||||
"repo": "base16-alacritty",
|
|
||||||
"rev": "63d8ae5dfefe5db825dd4c699d0cdc2fc2c3eaf7",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "aarowill",
|
|
||||||
"repo": "base16-alacritty",
|
|
||||||
"rev": "63d8ae5dfefe5db825dd4c699d0cdc2fc2c3eaf7",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"base16-fish": {
|
"base16-fish": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
@ -248,7 +231,6 @@
|
|||||||
"inputs": {
|
"inputs": {
|
||||||
"base16": "base16",
|
"base16": "base16",
|
||||||
"base16-alacritty": "base16-alacritty",
|
"base16-alacritty": "base16-alacritty",
|
||||||
"base16-alacritty-yaml": "base16-alacritty-yaml",
|
|
||||||
"base16-fish": "base16-fish",
|
"base16-fish": "base16-fish",
|
||||||
"base16-foot": "base16-foot",
|
"base16-foot": "base16-foot",
|
||||||
"base16-helix": "base16-helix",
|
"base16-helix": "base16-helix",
|
||||||
@ -264,15 +246,15 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1705504375,
|
"lastModified": 1705202953,
|
||||||
"narHash": "sha256-oRVxuJ6sCljsgfoWb+SsIK2MvUjsxrXQHRoVTUDVC40=",
|
"narHash": "sha256-G6/A3K2hwyXuTqL59VNLgKzR1gyMt4RLrshPTiBNr/I=",
|
||||||
"owner": "danth",
|
"owner": "bluskript",
|
||||||
"repo": "stylix",
|
"repo": "stylix",
|
||||||
"rev": "2d59480b4531ce8d062d20a42560a266cb42b9d0",
|
"rev": "19879cb0cefa9cc344a863d622948d45677ef535",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "danth",
|
"owner": "bluskript",
|
||||||
"repo": "stylix",
|
"repo": "stylix",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
url = "github:danth/stylix";
|
url = "github:bluskript/stylix";
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.follows = "nixpkgs";
|
nixpkgs.follows = "nixpkgs";
|
||||||
home-manager.follows = "home-manager";
|
home-manager.follows = "home-manager";
|
||||||
|
@ -69,6 +69,11 @@ in
|
|||||||
env=SWWW_TRANSITION_DURATION,1.5
|
env=SWWW_TRANSITION_DURATION,1.5
|
||||||
env=SWWW_TRANSITION_FPS,240
|
env=SWWW_TRANSITION_FPS,240
|
||||||
env=SWWW_TRANSITION_WAVE,80,40
|
env=SWWW_TRANSITION_WAVE,80,40
|
||||||
|
env=QT_AUTO_SCREEN_SCALE_FACTOR,1
|
||||||
|
env=QT_QPA_PLATFORM,wayland;xcb
|
||||||
|
env=QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
||||||
|
env=QT_QPA_PLATFORMTHEME,qt5ct
|
||||||
|
env=QT_STYLE_OVERRIDE,kvantum
|
||||||
monitor=,preferred,auto,1
|
monitor=,preferred,auto,1
|
||||||
|
|
||||||
exec-once = sleep 0.1; swww init
|
exec-once = sleep 0.1; swww init
|
||||||
|
Loading…
Reference in New Issue
Block a user