mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
sway
This commit is contained in:
parent
2b498c9fd3
commit
2d3d4675b4
10 changed files with 263 additions and 28 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue