2024-12-07 16:56 : id 248
This commit is contained in:
parent
4de87a4f65
commit
a1425d080b
@ -93,6 +93,7 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
gtk = {
|
gtk = {
|
||||||
|
device = "";
|
||||||
enable = true;
|
enable = true;
|
||||||
font = {
|
font = {
|
||||||
name = "${FONT}";
|
name = "${FONT}";
|
||||||
@ -268,8 +269,8 @@ in
|
|||||||
left = {
|
left = {
|
||||||
exclusive = false;
|
exclusive = false;
|
||||||
layer = "top";
|
layer = "top";
|
||||||
name = "bottom";
|
name = "left";
|
||||||
position = "bottom";
|
position = "left";
|
||||||
width = 20;
|
width = 20;
|
||||||
modules-center = [ "hyprland/workspaces" ];
|
modules-center = [ "hyprland/workspaces" ];
|
||||||
"hyprland/workspaces" = {
|
"hyprland/workspaces" = {
|
||||||
@ -283,8 +284,8 @@ in
|
|||||||
right = {
|
right = {
|
||||||
exclusive = false;
|
exclusive = false;
|
||||||
layer = "top";
|
layer = "top";
|
||||||
name = "bottom";
|
name = "right";
|
||||||
position = "bottom";
|
position = "right";
|
||||||
width = 20;
|
width = 20;
|
||||||
modules-center = [ "backlight/slider" ];
|
modules-center = [ "backlight/slider" ];
|
||||||
"backlight/slider" = {
|
"backlight/slider" = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user