Sat 6 Jul 13:27:03 CEST 2024
This commit is contained in:
parent
d966639a71
commit
726883a4fd
|
@ -230,7 +230,7 @@ function Bar(monitor = 0) {
|
||||||
monitor,
|
monitor,
|
||||||
anchor: ["top", "left", "right"],
|
anchor: ["top", "left", "right"],
|
||||||
exclusivity: "exclusive",
|
exclusivity: "exclusive",
|
||||||
css: "font-size: " + hyprland.monitors[monitor]["width"] > 1920? "1.2em;": "1em",
|
css: "font-size: " + (hyprland.monitors[monitor]["width"] > 1920? "1.2em;": "1em;"),
|
||||||
child: Widget.CenterBox({
|
child: Widget.CenterBox({
|
||||||
class_name: "window-box",
|
class_name: "window-box",
|
||||||
start_widget: Left(),
|
start_widget: Left(),
|
||||||
|
@ -248,8 +248,4 @@ App.config({
|
||||||
NotificationPopups(),
|
NotificationPopups(),
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
// window.bar {
|
|
||||||
// font-size: 1.2em;
|
|
||||||
// }
|
|
||||||
|
|
||||||
export { }
|
export { }
|
||||||
|
|
Loading…
Reference in New Issue