This commit is contained in:
js0ny 2025-10-25 17:43:51 +01:00
parent 2b498c9fd3
commit 2d3d4675b4
10 changed files with 263 additions and 28 deletions

View file

@ -16,7 +16,7 @@
// "~/.config/waybar/modules/niri.jsonc"
],
// Choose the order of the modules
"modules-left": ["custom/osicon", "wlr/taskbar"],
"modules-left": ["custom/osicon", "sway/workspaces", "wlr/taskbar"],
// "modules-center": ["clock"],
"modules-right": ["tray", "pulseaudio", "cpu", "memory", "network", "battery", "clock"],
// "modules-right": ["cpu", "memory", "battery", "network", "tray"],

View file

@ -185,7 +185,7 @@
}
},
"custom/osicon": {
"format": "<span size='x-large'></span>",
"on-click-right": "rofi -show drun"
"format": "<span size='x-large'></span>",
"on-click-right": "rofi -show drun -icon-theme Papirus -show-icons"
}
}

View file

@ -1,6 +1,6 @@
* {
/* `otf-font-awesome` is required to be installed for icons */
font-family: Cantarell, 'Font Awesome 6 Free';
font-family: "Maple Mono NF";
font-size: 14px;
font-feature-settings: "tnum";
}