Compare commits
No commits in common. "04369dbfbd57f98fad9b6cc527d78ba7741d9f42" and "ae00cbe12ea0964ef75153895a096c48cdf06140" have entirely different histories.
04369dbfbd
...
ae00cbe12e
3 changed files with 4 additions and 21 deletions
|
@ -247,7 +247,7 @@ in {
|
|||
|
||||
# https://mozilla.github.io/policy-templates/#searchengines-this-policy-is-only-available-on-the-esr
|
||||
SearchEngines = {
|
||||
Default = "Brave";
|
||||
Default = "Duck"; # Default name cannot be removed
|
||||
|
||||
Add = [
|
||||
{
|
||||
|
|
|
@ -5,14 +5,11 @@
|
|||
...
|
||||
}:
|
||||
with lib; let
|
||||
audio = config.home-manager.users.${config.custom.username}.home.file.".local/bin/audio".source;
|
||||
bash = "${pkgs.bash}/bin/bash";
|
||||
blueberry = "${pkgs.blueberry}/bin/blueberry";
|
||||
bluetoothctl = "${pkgs.bluez}/bin/bluetoothctl";
|
||||
cat = "${pkgs.coreutils}/bin/cat";
|
||||
easyeffects = "${pkgs.easyeffects}/bin/easyeffects";
|
||||
echo = "${pkgs.coreutils}/bin/echo";
|
||||
grep = "${pkgs.gnugrep}/bin/grep";
|
||||
hyprctl = "${config.programs.hyprland.package}/bin/hyprctl";
|
||||
inhibit = config.home-manager.users.${config.custom.username}.home.file.".local/bin/inhibit".source;
|
||||
jq = "${pkgs.jq}/bin/jq";
|
||||
|
@ -26,12 +23,13 @@ with lib; let
|
|||
power = config.home-manager.users.${config.custom.username}.home.file.".local/bin/power".source;
|
||||
rfkill = "${pkgs.util-linux}/bin/rfkill";
|
||||
sleep = "${pkgs.coreutils}/bin/sleep";
|
||||
swaync-client = "${config.home-manager.users.${config.custom.username}.services.swaync.package}/bin/swaync-client";
|
||||
swaync-client = "${
|
||||
config.home-manager.users.${config.custom.username}.services.swaync.package
|
||||
}/bin/swaync-client";
|
||||
swayosd-client = "${pkgs.swayosd}/bin/swayosd-client";
|
||||
systemctl = "${pkgs.systemd}/bin/systemctl";
|
||||
systemd-inhibit = "${pkgs.systemd}/bin/systemd-inhibit";
|
||||
tailscale = "${pkgs.tailscale}/bin/tailscale";
|
||||
tr = "${pkgs.coreutils}/bin/tr";
|
||||
vm = config.home-manager.users.${config.custom.username}.home.file.".local/bin/vm".source;
|
||||
vpn = config.home-manager.users.${config.custom.username}.home.file.".local/bin/vpn".source;
|
||||
wttrbar = "${pkgs.wttrbar}/bin/wttrbar";
|
||||
|
@ -121,7 +119,6 @@ in {
|
|||
modules-right = [
|
||||
"mpris"
|
||||
"tray"
|
||||
"custom/equalizer"
|
||||
"wireplumber"
|
||||
"bluetooth"
|
||||
"network"
|
||||
|
@ -235,16 +232,6 @@ in {
|
|||
reverse = true;
|
||||
};
|
||||
|
||||
"custom/equalizer" = {
|
||||
interval = 5;
|
||||
on-click = audio;
|
||||
exec = pkgs.writeShellScript "equalizer.sh" ''
|
||||
${echo}
|
||||
${echo} "$(${cat} ~/.audio)"
|
||||
${echo} "$(${cat} ~/.audio | ${tr} '[:upper:]' '[:lower:]')"
|
||||
'';
|
||||
};
|
||||
|
||||
# https://github.com/Alexays/Waybar/wiki/Module:-MPRIS
|
||||
mpris = {
|
||||
format = "{player_icon} {dynamic}";
|
||||
|
|
|
@ -64,10 +64,6 @@ tooltip {
|
|||
color: #dc322f;
|
||||
}
|
||||
|
||||
#custom-equalizer.normalizer {
|
||||
color: #2aa198;
|
||||
}
|
||||
|
||||
#custom-inhibitor.enabled {
|
||||
color: #cb4b16;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue