fixing up waybar load order
This commit is contained in:
parent
3b313209a3
commit
b984f31356
8 changed files with 18 additions and 10 deletions
|
@ -32,7 +32,8 @@
|
|||
xorg.libX11
|
||||
xorg.libxcb
|
||||
freetype
|
||||
|
||||
alsa-utils
|
||||
alsa-oss
|
||||
dbus
|
||||
|
||||
sops
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"tooltip-format": "Power profile: {profile}\nDriver: {driver}",
|
||||
"tooltip": true,
|
||||
"format-icons": {
|
||||
"default": "",
|
||||
"default": "?",
|
||||
"performance": "",
|
||||
"balanced": "",
|
||||
"power-saver": ""
|
||||
|
@ -29,20 +29,20 @@
|
|||
"memory": {
|
||||
"interval": 30,
|
||||
"format": "{used:0.1f}G/{total:0.1f}G ",
|
||||
"on-click": "gnome-system-monitor"
|
||||
"on-click": "$HOME/.local/bin/wezapp htop"
|
||||
},
|
||||
"cpu": {
|
||||
"interval": 10,
|
||||
"format": "{}% ",
|
||||
"max-length": 10,
|
||||
"on-click": "gnome-system-monitor"
|
||||
"on-click": "$HOME/.local/bin/wezapp htop"
|
||||
},
|
||||
"network": {
|
||||
"format-wifi": "{essid} ",
|
||||
"format-ethernet": "{ifname} ",
|
||||
"format-disconnected": "",
|
||||
"format-disconnected": "!",
|
||||
"max-length": 50,
|
||||
"on-click": "wezterm --config-file /home/emenel/.config/wezterm/launcher.lua start --class launcher --always-new-process nmtui",
|
||||
"on-click": "$HOME/.local/bin/wezlauncher nmtui",
|
||||
},
|
||||
"tray": {
|
||||
"icon-size": 20,
|
||||
|
@ -51,6 +51,7 @@
|
|||
"clock": {
|
||||
"format": "{:%a %d %b %Y %I:%M}",
|
||||
"on-click": "gnome-calendar",
|
||||
"tooltip": false,
|
||||
},
|
||||
"wireplumber": {
|
||||
"format": "{volume}% {icon}",
|
||||
|
@ -66,7 +67,7 @@
|
|||
"mpris": {
|
||||
"format": "{player_icon} {dynamic}",
|
||||
"format-paused": "{status_icon} <i>{dynamic}</i>",
|
||||
"dynamic-len": 100,
|
||||
"dynamic-len": 75,
|
||||
"player-icons": {
|
||||
"default": "▶",
|
||||
},
|
||||
|
@ -88,7 +89,6 @@
|
|||
],
|
||||
"rewrite": {
|
||||
"Firefox Web Browser": "Firefox",
|
||||
"Foot Server": "Terminal"
|
||||
}
|
||||
},
|
||||
"niri/workspaces": {
|
||||
|
|
2
homes/emenel/dotfiles/dot_local/bin/wezapp
Executable file
2
homes/emenel/dotfiles/dot_local/bin/wezapp
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
wezterm --config-file /home/emenel/.config/wezterm/launcher.lua start --always-new-process "$1"
|
2
homes/emenel/dotfiles/dot_local/bin/wezlauncher
Executable file
2
homes/emenel/dotfiles/dot_local/bin/wezlauncher
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
wezterm --config-file /home/emenel/.config/wezterm/launcher.lua start --class launcher --always-new-process "$1"
|
Loading…
Add table
Add a link
Reference in a new issue