feat(waybar) some visual updates
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
name = "DP-3";
|
name = "DP-3";
|
||||||
width = 2560;
|
width = 2560;
|
||||||
height = 1440;
|
height = 1440;
|
||||||
refreshRate = 240;
|
refreshRate = "143.99";
|
||||||
position = "0x0";
|
position = "0x0";
|
||||||
transform = 0;
|
transform = 0;
|
||||||
bitDepth = 10;
|
bitDepth = 10;
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
name = "HDMI-A-1";
|
name = "HDMI-A-1";
|
||||||
width = 1920;
|
width = 1920;
|
||||||
height = 1080;
|
height = 1080;
|
||||||
refreshRate = 60;
|
refreshRate = "60";
|
||||||
position = "2560x0";
|
position = "2560x0";
|
||||||
# transform = 3;
|
# transform = 3;
|
||||||
workspace = "5";
|
workspace = "5";
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
name = "eDP-1";
|
name = "eDP-1";
|
||||||
width = 1920;
|
width = 1920;
|
||||||
height = 1200;
|
height = 1200;
|
||||||
refreshRate = 60;
|
refreshRate = "60";
|
||||||
workspace = "1";
|
workspace = "1";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
name = "DP-3";
|
name = "DP-3";
|
||||||
width = 2560;
|
width = 2560;
|
||||||
height = 1440;
|
height = 1440;
|
||||||
refreshRate = 240;
|
refreshRate = "143.99";
|
||||||
position = "0x0";
|
position = "0x0";
|
||||||
transform = 0;
|
transform = 0;
|
||||||
bitDepth = 10;
|
bitDepth = 10;
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
name = "HDMI-A-1";
|
name = "HDMI-A-1";
|
||||||
width = 1920;
|
width = 1920;
|
||||||
height = 1080;
|
height = 1080;
|
||||||
refreshRate = 60;
|
refreshRate = "60";
|
||||||
position = "2560x0";
|
position = "2560x0";
|
||||||
transform = 3;
|
transform = 3;
|
||||||
workspace = "5";
|
workspace = "5";
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
name = "eDP-1";
|
name = "eDP-1";
|
||||||
width = 1920;
|
width = 1920;
|
||||||
height = 1200;
|
height = 1200;
|
||||||
refreshRate = 60;
|
refreshRate = "60";
|
||||||
workspace = "1";
|
workspace = "1";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
name = "DVI-D-1";
|
name = "DVI-D-1";
|
||||||
width = 1920;
|
width = 1920;
|
||||||
height = 1080;
|
height = 1080;
|
||||||
refreshRate = 144;
|
refreshRate = "144";
|
||||||
position = "0x0";
|
position = "0x0";
|
||||||
transform = 0;
|
transform = 0;
|
||||||
workspace = "1";
|
workspace = "1";
|
||||||
|
|||||||
@@ -126,9 +126,13 @@
|
|||||||
"all-outputs": false,
|
"all-outputs": false,
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"urgent": "",
|
"1": "1",
|
||||||
"visible": "",
|
"2": "2",
|
||||||
"empty": ""
|
"3": "3",
|
||||||
|
"4": "4",
|
||||||
|
"5": "5",
|
||||||
|
"active": "_",
|
||||||
|
"default": "_"
|
||||||
},
|
},
|
||||||
"on-click": "activate",
|
"on-click": "activate",
|
||||||
"show-special": false,
|
"show-special": false,
|
||||||
|
|||||||
@@ -28,8 +28,8 @@ tooltip label {
|
|||||||
margin: 0 0px;
|
margin: 0 0px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #fbf1c7;
|
color: #fbf1c7;
|
||||||
border-top: 3px solid transparent;
|
border-top: 2px solid transparent;
|
||||||
border-bottom: 3px solid transparent;
|
border-bottom: 2px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
@@ -45,7 +45,7 @@ tooltip label {
|
|||||||
background-image: url("assets/button.svg");
|
background-image: url("assets/button.svg");
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 18px 15px;
|
background-size: 24px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-trayicon {
|
#custom-trayicon {
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ in
|
|||||||
let
|
let
|
||||||
resolution =
|
resolution =
|
||||||
if m.width != null && m.height != null then
|
if m.width != null && m.height != null then
|
||||||
"${toString m.width}x${toString m.height}@${toString m.refreshRate}"
|
"${toString m.width}x${toString m.height}@${m.refreshRate}"
|
||||||
else
|
else
|
||||||
"preferred";
|
"preferred";
|
||||||
|
|
||||||
|
|||||||
@@ -21,8 +21,8 @@ in
|
|||||||
example = 1080;
|
example = 1080;
|
||||||
};
|
};
|
||||||
refreshRate = mkOption {
|
refreshRate = mkOption {
|
||||||
type = types.int;
|
type = types.str;
|
||||||
default = 60;
|
default = "60";
|
||||||
};
|
};
|
||||||
transform = mkOption {
|
transform = mkOption {
|
||||||
type = types.int;
|
type = types.int;
|
||||||
|
|||||||
Reference in New Issue
Block a user