From 165fa5159ac9c33fdd6fbf59e77673b8e4f2ea00 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 16 Nov 2024 23:30:29 +0400 Subject: [PATCH] JumpOutTheHouse --- config/ags/widget/Bar.tsx | 11 ----------- modules/desktop/hyprland/default.nix | 1 - 2 files changed, 12 deletions(-) diff --git a/config/ags/widget/Bar.tsx b/config/ags/widget/Bar.tsx index 71220b5d..50f0f3c9 100644 --- a/config/ags/widget/Bar.tsx +++ b/config/ags/widget/Bar.tsx @@ -5,7 +5,6 @@ import Hyprland from "gi://AstalHyprland" import Mpris from "gi://AstalMpris" import Battery from "gi://AstalBattery" import Wp from "gi://AstalWp" -import Network from "gi://AstalNetwork" import Tray from "gi://AstalTray" function SysTray() { @@ -31,16 +30,6 @@ function SysTray() { } -function Wifi() { - const { wifi } = Network.get_default() - - return -} - function AudioPercent() { const speaker = Wp.get_default()?.audio.defaultSpeaker! diff --git a/modules/desktop/hyprland/default.nix b/modules/desktop/hyprland/default.nix index 587cbe8b..2029dd01 100644 --- a/modules/desktop/hyprland/default.nix +++ b/modules/desktop/hyprland/default.nix @@ -99,7 +99,6 @@ in { inputs.ags.packages.${pkgs.system}.mpris inputs.ags.packages.${pkgs.system}.battery inputs.ags.packages.${pkgs.system}.wireplumber - inputs.ags.packages.${pkgs.system}.network inputs.ags.packages.${pkgs.system}.tray ]; })