sway: simplify brightness_up_cmd

sxmo just uses brightnessctl internally, plus a call to 'notify'

i don't really need the notification, and if i did i could implement wob support on both desktop and mobile
This commit is contained in:
Colin 2024-02-06 23:10:01 +00:00
parent 0f12ed68f7
commit 2a5398beb3
4 changed files with 2 additions and 17 deletions

View File

@ -115,17 +115,6 @@ in
'';
};
# TODO: split these into their own option scope
brightness_down_cmd = mkOption {
type = types.str;
default = "brightnessctl set 2%-";
description = "command to run when use wants to decrease screen brightness";
};
brightness_up_cmd = mkOption {
type = types.str;
default = "brightnessctl set +2%";
description = "command to run when use wants to increase screen brightness";
};
screenshot_cmd = mkOption {
type = types.str;
default = "grimshot copy area";

View File

@ -16,8 +16,8 @@ set $emoji_picker splatmoji -s medium-light type
set $locker swaylock --indicator-idle-visible --indicator-radius 100 --indicator-thickness 30
set $snippets_picker @snip_cmd@
set $screenshot @screenshot_cmd@
set $brightness_up @brightness_up_cmd@
set $brightness_down @brightness_down_cmd@
set $brightness_up brightnessctl set +5%
set $brightness_down brightnessctl set 5%-
# TODO: use native pipewire controls instead of pulsemixer?
set $volume_up pulsemixer --change-volume +5
set $volume_down pulsemixer --change-volume -5

View File

@ -28,8 +28,6 @@ in substituteAll {
inherit snip_cmd;
inherit (swayCfg)
background
brightness_down_cmd
brightness_up_cmd
extra_lines
screenshot_cmd
font

View File

@ -321,8 +321,6 @@ in
xwayland = false;
workspace_layout = "tabbed";
brightness_down_cmd = "sxmo_brightness.sh down";
brightness_up_cmd = "sxmo_brightness.sh up";
screenshot_cmd = "sxmo_screenshot.sh";
extra_lines =
let