JumpOutTheHouse
This commit is contained in:
parent
2c5c16743e
commit
165fa5159a
2 changed files with 0 additions and 12 deletions
|
@ -5,7 +5,6 @@ import Hyprland from "gi://AstalHyprland"
|
||||||
import Mpris from "gi://AstalMpris"
|
import Mpris from "gi://AstalMpris"
|
||||||
import Battery from "gi://AstalBattery"
|
import Battery from "gi://AstalBattery"
|
||||||
import Wp from "gi://AstalWp"
|
import Wp from "gi://AstalWp"
|
||||||
import Network from "gi://AstalNetwork"
|
|
||||||
import Tray from "gi://AstalTray"
|
import Tray from "gi://AstalTray"
|
||||||
|
|
||||||
function SysTray() {
|
function SysTray() {
|
||||||
|
@ -31,16 +30,6 @@ function SysTray() {
|
||||||
</box>
|
</box>
|
||||||
}
|
}
|
||||||
|
|
||||||
function Wifi() {
|
|
||||||
const { wifi } = Network.get_default()
|
|
||||||
|
|
||||||
return <icon
|
|
||||||
tooltipText={bind(wifi, "ssid").as(String)}
|
|
||||||
className="Wifi"
|
|
||||||
icon={bind(wifi, "iconName")}
|
|
||||||
/>
|
|
||||||
}
|
|
||||||
|
|
||||||
function AudioPercent() {
|
function AudioPercent() {
|
||||||
const speaker = Wp.get_default()?.audio.defaultSpeaker!
|
const speaker = Wp.get_default()?.audio.defaultSpeaker!
|
||||||
|
|
||||||
|
|
|
@ -99,7 +99,6 @@ in {
|
||||||
inputs.ags.packages.${pkgs.system}.mpris
|
inputs.ags.packages.${pkgs.system}.mpris
|
||||||
inputs.ags.packages.${pkgs.system}.battery
|
inputs.ags.packages.${pkgs.system}.battery
|
||||||
inputs.ags.packages.${pkgs.system}.wireplumber
|
inputs.ags.packages.${pkgs.system}.wireplumber
|
||||||
inputs.ags.packages.${pkgs.system}.network
|
|
||||||
inputs.ags.packages.${pkgs.system}.tray
|
inputs.ags.packages.${pkgs.system}.tray
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue