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,
|
||||
anchor: ["top", "left", "right"],
|
||||
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({
|
||||
class_name: "window-box",
|
||||
start_widget: Left(),
|
||||
|
@ -248,8 +248,4 @@ App.config({
|
|||
NotificationPopups(),
|
||||
],
|
||||
})
|
||||
// window.bar {
|
||||
// font-size: 1.2em;
|
||||
// }
|
||||
|
||||
export { }
|
||||
|
|
Loading…
Reference in New Issue