feat:new nvim config and some other stuff
This commit is contained in:
@@ -4,20 +4,21 @@
|
||||
// "position": "bottom", // Waybar position (top|bottom|left|right)
|
||||
//"height": 10, // Waybar height (to be removed for auto height)
|
||||
// "width": 1280, // Waybar width
|
||||
"spacing": 6, // Gaps between modules (4px)
|
||||
"spacing": 2, // Gaps between modules (4px)
|
||||
// Choose the order of the modules
|
||||
"modules-left": [
|
||||
"sway/workspaces",
|
||||
"sway/mode",
|
||||
"sway/scratchpad",
|
||||
"custom/media"
|
||||
"custom/media",
|
||||
"sway/window"
|
||||
],
|
||||
//"modules-center": [
|
||||
//"sway/window"
|
||||
//],
|
||||
"modules-right": [
|
||||
"mpd",
|
||||
"custom/audio_idle_inhibitor",
|
||||
//"custom/audio_idle_inhibitor",
|
||||
"pulseaudio",
|
||||
"network",
|
||||
//"power-profiles-daemon",
|
||||
|
||||
Reference in New Issue
Block a user