From 4bc26c943bab9278e1a303c067882fc2f4aa8bd2 Mon Sep 17 00:00:00 2001 From: Aleksander Cynarski Date: Mon, 19 Jul 2021 17:06:47 +0200 Subject: [PATCH] waybr, kanshi dla biura, systemd --- .config/kanshi/config | 6 ++++++ .../user/sway-session.target.wants/mako.service | 1 + .../user/sway-session.target.wants/swayidle.service | 1 + .config/waybar/config | 11 ++--------- 4 files changed, 10 insertions(+), 9 deletions(-) create mode 120000 .config/systemd/user/sway-session.target.wants/mako.service create mode 120000 .config/systemd/user/sway-session.target.wants/swayidle.service diff --git a/.config/kanshi/config b/.config/kanshi/config index afb2c6c..4898e67 100644 --- a/.config/kanshi/config +++ b/.config/kanshi/config @@ -9,3 +9,9 @@ profile HomeAS { output DP-5 mode 1920x1080@60Hz position 3830,0 output DP-6 mode 1920x1080@60Hz position 0,0 } + +profile StreamSage { + output eDP-1 mode 1920x1080@60Hz position 1910,0 + output DP-7 mode 1920x1080@60Hz position 3830,0 + output DP-6 mode 1920x1080@60Hz position 0,0 +} diff --git a/.config/systemd/user/sway-session.target.wants/mako.service b/.config/systemd/user/sway-session.target.wants/mako.service new file mode 120000 index 0000000..b14c2fd --- /dev/null +++ b/.config/systemd/user/sway-session.target.wants/mako.service @@ -0,0 +1 @@ +/home/paramah/.config/systemd/user/mako.service \ No newline at end of file diff --git a/.config/systemd/user/sway-session.target.wants/swayidle.service b/.config/systemd/user/sway-session.target.wants/swayidle.service new file mode 120000 index 0000000..8b7bf05 --- /dev/null +++ b/.config/systemd/user/sway-session.target.wants/swayidle.service @@ -0,0 +1 @@ +/home/paramah/.config/systemd/user/swayidle.service \ No newline at end of file diff --git a/.config/waybar/config b/.config/waybar/config index 92ae90d..08c113e 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -70,16 +70,9 @@ }, "pulseaudio": { - "format": "{icon} {volume:2}%", - "format-bluetooth": "{icon} {volume}%", + "format": "SND {volume:2}%", + "format-bluetooth": "SND {volume}%", "format-muted": "MUTE", - "format-icons": { - "headphones": "", - "default": [ - "", - "" - ] - }, "scroll-step": 5, "on-click": "pamixer -t", "on-click-right": "pavucontrol"