Compare commits
No commits in common. "956327cac98abaf0cc030398b6b773fd59721d2a" and "91075778f65b9544f5eeeebb9763fffb53b85043" have entirely different histories.
956327cac9
...
91075778f6
2 changed files with 5 additions and 21 deletions
|
|
@ -467,12 +467,6 @@ window-rule {
|
||||||
open-maximized true
|
open-maximized true
|
||||||
}
|
}
|
||||||
|
|
||||||
window-rule {
|
|
||||||
match app-id=r#"Anydesk$"#
|
|
||||||
open-maximized true
|
|
||||||
open-floating true
|
|
||||||
}
|
|
||||||
|
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id=r#"org.freedesktop.Xwayland$"#
|
match app-id=r#"org.freedesktop.Xwayland$"#
|
||||||
open-floating true
|
open-floating true
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,10 @@
|
||||||
// "width": 1280, // Waybar width
|
// "width": 1280, // Waybar width
|
||||||
"spacing": 4, // Gaps between modules (4px)
|
"spacing": 4, // Gaps between modules (4px)
|
||||||
// Choose the order of the modules
|
// Choose the order of the modules
|
||||||
"modules-left": ["niri/workspaces", "niri/window"],
|
//"modules-left": ["sway/workspaces", "sway/mode", "sway/scratchpad", "custom/media"],
|
||||||
"modules-center": ["wlr/taskbar"],
|
//"modules-center": ["sway/window"],
|
||||||
|
"modules-left": ["niri"],
|
||||||
|
"modules-center": ["workspaces"],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
//"mpd",
|
//"mpd",
|
||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
|
|
@ -40,13 +42,6 @@
|
||||||
// "default": ""
|
// "default": ""
|
||||||
// }
|
// }
|
||||||
// },
|
// },
|
||||||
"wlr/taskbar": {
|
|
||||||
"on-click": "activate",
|
|
||||||
"on-click-middle": "close",
|
|
||||||
"ignore-list": [
|
|
||||||
"foot"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"keyboard-state": {
|
"keyboard-state": {
|
||||||
"numlock": true,
|
"numlock": true,
|
||||||
"capslock": true,
|
"capslock": true,
|
||||||
|
|
@ -108,12 +103,7 @@
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
"format": "{:%FT%T%z}",
|
"format": "{:%FT%T%z}",
|
||||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||||
"format-alt": "{:%Y-%m-%d}",
|
"format-alt": "{:%Y-%m-%d}"
|
||||||
"calendar": {
|
|
||||||
"mode": "year",
|
|
||||||
"mode-mon-col": 3,
|
|
||||||
"weeks-pos": "left"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"format": "{usage}% ",
|
"format": "{usage}% ",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue