separated waybar configs
This commit is contained in:
parent
3a3a5c838b
commit
ad82b6fc2c
4 changed files with 193 additions and 101 deletions
|
|
@ -4,7 +4,7 @@
|
|||
term="foot"
|
||||
term_client="footclient"
|
||||
term_float="foot --app-id=float -w 1120x700"
|
||||
browser="qutebrowser"
|
||||
browser="librewolf"
|
||||
email="thunderbird"
|
||||
emacs="emacsclient --create-frame --alternate-editor='emacs'"
|
||||
mod=Super
|
||||
|
|
@ -177,7 +177,7 @@ riverctl rule-add -app-id com.github.xournalpp.xournalpp ssd
|
|||
|
||||
# spawn stuff
|
||||
pgrep wbg || wbg ~/.config/wallpaper.png &
|
||||
wlr-randr --output eDP-1 --scale 1.25
|
||||
wlr-randr --output eDP-1 --scale 1.25 &
|
||||
pgrep waybar || waybar &
|
||||
|
||||
# mako stuff
|
||||
|
|
|
|||
|
|
@ -1,99 +0,0 @@
|
|||
// -*- mode: json -*-
|
||||
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "bottom",
|
||||
"height" : 36,
|
||||
|
||||
"modules-left": [
|
||||
"niri/workspaces",
|
||||
],
|
||||
"modules-center": [
|
||||
"clock",
|
||||
],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"pulseaudio",
|
||||
"network",
|
||||
"battery",
|
||||
],
|
||||
|
||||
"river/tags": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"1": " 1 ",
|
||||
"2": " 2 ",
|
||||
"3": " 3 ",
|
||||
"4": " 4 ",
|
||||
"5": " 5 ",
|
||||
"6": " 6 ",
|
||||
"7": " 7 ",
|
||||
"8": " 8 ",
|
||||
"9": " 9 ",
|
||||
},
|
||||
},
|
||||
|
||||
"clock": {
|
||||
"format": "{:%H:%M %A, %B %d}",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume:2}%",
|
||||
"format-bluetooth": "{icon} {volume}%",
|
||||
"format-muted": "MUTE",
|
||||
"format-icons": {
|
||||
"headphones": "",
|
||||
"default": [
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"scroll-step": 5,
|
||||
"on-click": "pamixer -t",
|
||||
"on-click-right": "pavucontrol"
|
||||
},
|
||||
|
||||
"network": {
|
||||
"interface": "wlan0",
|
||||
"format": "{ifname}",
|
||||
"format-wifi": "{essid} ({signalStrength}%) ",
|
||||
"format-ethernet": "{ipaddr}/{cidr} ",
|
||||
"format-disconnected": "",
|
||||
"tooltip-format": "{ifname} via {gwaddr} ",
|
||||
"tooltip-format-wifi": "{essid} ({signalStrength}%) ",
|
||||
"tooltip-format-ethernet": "{ifname} ",
|
||||
"tooltip-format-disconnected": "Disconnected",
|
||||
"max-length": 50
|
||||
},
|
||||
|
||||
"battery": {
|
||||
"bat": "BAT0",
|
||||
"interval": 60,
|
||||
"states": {
|
||||
"good": 95,
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-icons": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
|
||||
"tray": {
|
||||
"icon-size": 20
|
||||
},
|
||||
|
||||
"niri/workspaces": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"active": "",
|
||||
"default": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
1
waybar/.config/waybar/config
Symbolic link
1
waybar/.config/waybar/config
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
config-niri
|
||||
99
waybar/.config/waybar/config-niri
Normal file
99
waybar/.config/waybar/config-niri
Normal file
|
|
@ -0,0 +1,99 @@
|
|||
// -*- mode: json -*-
|
||||
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "bottom",
|
||||
"height" : 36,
|
||||
|
||||
"modules-left": [
|
||||
"niri/workspaces",
|
||||
],
|
||||
"modules-center": [
|
||||
"clock",
|
||||
],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"pulseaudio",
|
||||
"network",
|
||||
"battery",
|
||||
],
|
||||
|
||||
"river/tags": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"1": " 1 ",
|
||||
"2": " 2 ",
|
||||
"3": " 3 ",
|
||||
"4": " 4 ",
|
||||
"5": " 5 ",
|
||||
"6": " 6 ",
|
||||
"7": " 7 ",
|
||||
"8": " 8 ",
|
||||
"9": " 9 ",
|
||||
},
|
||||
},
|
||||
|
||||
"clock": {
|
||||
"format": "{:%H:%M %A, %B %d}",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume:2}%",
|
||||
"format-bluetooth": "{icon} {volume}%",
|
||||
"format-muted": "MUTE",
|
||||
"format-icons": {
|
||||
"headphones": "",
|
||||
"default": [
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"scroll-step": 5,
|
||||
"on-click": "pamixer -t",
|
||||
"on-click-right": "pavucontrol"
|
||||
},
|
||||
|
||||
"network": {
|
||||
"interface": "wlan0",
|
||||
"format": "{ifname}",
|
||||
"format-wifi": "{essid} ({signalStrength}%) ",
|
||||
"format-ethernet": "{ipaddr}/{cidr} ",
|
||||
"format-disconnected": "",
|
||||
"tooltip-format": "{ifname} via {gwaddr} ",
|
||||
"tooltip-format-wifi": "{essid} ({signalStrength}%) ",
|
||||
"tooltip-format-ethernet": "{ifname} ",
|
||||
"tooltip-format-disconnected": "Disconnected",
|
||||
"max-length": 50
|
||||
},
|
||||
|
||||
"battery": {
|
||||
"bat": "BAT0",
|
||||
"interval": 60,
|
||||
"states": {
|
||||
"good": 95,
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-icons": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
|
||||
"tray": {
|
||||
"icon-size": 20
|
||||
},
|
||||
|
||||
"niri/workspaces": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"active": "",
|
||||
"default": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
91
waybar/.config/waybar/config-river
Normal file
91
waybar/.config/waybar/config-river
Normal file
|
|
@ -0,0 +1,91 @@
|
|||
// -*- mode: json -*-
|
||||
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "bottom",
|
||||
"height" : 36,
|
||||
|
||||
"modules-left": [
|
||||
"river/tags",
|
||||
],
|
||||
"modules-center": [
|
||||
"clock",
|
||||
],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"pulseaudio",
|
||||
"network",
|
||||
"battery",
|
||||
],
|
||||
|
||||
"river/tags": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"1": " 1 ",
|
||||
"2": " 2 ",
|
||||
"3": " 3 ",
|
||||
"4": " 4 ",
|
||||
"5": " 5 ",
|
||||
"6": " 6 ",
|
||||
"7": " 7 ",
|
||||
"8": " 8 ",
|
||||
"9": " 9 ",
|
||||
},
|
||||
},
|
||||
|
||||
"clock": {
|
||||
"format": "{:%H:%M %A, %B %d}",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume:2}%",
|
||||
"format-bluetooth": "{icon} {volume}%",
|
||||
"format-muted": "MUTE",
|
||||
"format-icons": {
|
||||
"headphones": "",
|
||||
"default": [
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"scroll-step": 5,
|
||||
"on-click": "pamixer -t",
|
||||
"on-click-right": "pavucontrol"
|
||||
},
|
||||
|
||||
"network": {
|
||||
"interface": "wlan0",
|
||||
"format": "{ifname}",
|
||||
"format-wifi": "{essid} ({signalStrength}%) ",
|
||||
"format-ethernet": "{ipaddr}/{cidr} ",
|
||||
"format-disconnected": "",
|
||||
"tooltip-format": "{ifname} via {gwaddr} ",
|
||||
"tooltip-format-wifi": "{essid} ({signalStrength}%) ",
|
||||
"tooltip-format-ethernet": "{ifname} ",
|
||||
"tooltip-format-disconnected": "Disconnected",
|
||||
"max-length": 50
|
||||
},
|
||||
|
||||
"battery": {
|
||||
"bat": "BAT0",
|
||||
"interval": 60,
|
||||
"states": {
|
||||
"good": 95,
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-icons": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
|
||||
"tray": {
|
||||
"icon-size": 20
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue