mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
cleanup
This commit is contained in:
parent
111b6fff53
commit
8ad6dfe7b5
2 changed files with 27 additions and 28 deletions
|
|
@ -21,7 +21,6 @@
|
||||||
quickshell = {
|
quickshell = {
|
||||||
url = "github:outfoxxed/quickshell";
|
url = "github:outfoxxed/quickshell";
|
||||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||||
inputs.quickshell.follows = "quickshell";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
darwin = {
|
darwin = {
|
||||||
|
|
|
||||||
|
|
@ -171,7 +171,7 @@ in {
|
||||||
# // `draw-border-with-background`.
|
# // `draw-border-with-background`.
|
||||||
|
|
||||||
# You can change how the focus ring looks.
|
# You can change how the focus ring looks.
|
||||||
# focus-ring {
|
focus-ring = {
|
||||||
# // Uncomment this line to disable the focus ring.
|
# // Uncomment this line to disable the focus ring.
|
||||||
# // off
|
# // off
|
||||||
|
|
||||||
|
|
@ -203,7 +203,7 @@ in {
|
||||||
# // To do that, set relative-to="workspace-view".
|
# // To do that, set relative-to="workspace-view".
|
||||||
# //
|
# //
|
||||||
# // inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view"
|
# // inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view"
|
||||||
# }
|
};
|
||||||
|
|
||||||
# // You can also add a border. It's similar to the focus ring, but always visible.
|
# // You can also add a border. It's similar to the focus ring, but always visible.
|
||||||
# border {
|
# border {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue