removed waybar output temporarily until can sort out host specific

This commit is contained in:
rileyrg 2023-02-13 10:46:40 +01:00
parent 992e5e0e58
commit 4c7bda2132
8 changed files with 10 additions and 7 deletions

View file

@ -1267,11 +1267,12 @@ bindsym $mod+Control+t exec sway-notify "Opening NEW terminal instance" && alacr
1. ~/.config/waybar/config
note : "output": "HDMI-A-1", removed
```json
{
"layer": "top",
"position": "bottom",
"output": "HDMI-A-1",
"height": 30,
"width": 1280,
@ -2197,7 +2198,7 @@ notify-send -t 3000 "${@}" || true
```
<a id="org18def8c"></a>
<a id="org9f8f88c"></a>
### ~/bin/sway/sway-screen
@ -2245,7 +2246,7 @@ swaymsg "
### ~/bin/sway/sway-screen-menu
Gui to select a display and enable/disable it. Calls down to [~/bin/sway/sway-screen](#org18def8c).
Gui to select a display and enable/disable it. Calls down to [~/bin/sway/sway-screen](#org9f8f88c).
:ID: 82455cae-1c48-48b2-a8b3-cb5d44eeaee9
@ -3629,7 +3630,7 @@ make --always-make --dry-run \
## ~/bin/pulse-volume
pulse/pipeline volume control. Pass in a volume string to change the volume (man pactl) or on/off/toggle. It wont allow larger than 100% volume. Always returns the current volume volume/status. See [examples](#org4bcacdc).
pulse/pipeline volume control. Pass in a volume string to change the volume (man pactl) or on/off/toggle. It wont allow larger than 100% volume. Always returns the current volume volume/status. See [examples](#org50a6a32).
```bash
#!/usr/bin/env bash
@ -3665,7 +3666,7 @@ echo "$(getVolume)"
```
<a id="org4bcacdc"></a>
<a id="org50a6a32"></a>
### Examples:

0
dot-config/kanshi/config Normal file → Executable file
View file

0
dot-config/kanshi/config-thinkpadt14s Normal file → Executable file
View file

0
dot-config/kanshi/config-thinkpadt460 Normal file → Executable file
View file

0
dot-config/kanshi/config-um690 Normal file → Executable file
View file

0
dot-config/kanshi/config-xmgneo Normal file → Executable file
View file

View file

@ -1,7 +1,6 @@
{
"layer": "top",
"position": "bottom",
"output": "HDMI-A-1",
"height": 30,
"width": 1280,

View file

@ -1931,11 +1931,14 @@ https://github.com/Alexays/Waybar/wiki/Configuration
:PROPERTIES:
:header-args:json: :tangle "~/.config/waybar/config"
:END:
note : "output": "HDMI-A-1", removed
#+begin_src json
{
"layer": "top",
"position": "bottom",
"output": "HDMI-A-1",
"height": 30,
"width": 1280,