forked from Shinonome/dots-hyprland
refractor quick toggles data, add volume slider for waffles action center
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
import Quickshell
|
||||
import qs.services
|
||||
import qs.modules.common
|
||||
import qs.modules.common.functions
|
||||
import qs.modules.waffle.looks
|
||||
import qs.modules.waffle.actionCenter
|
||||
|
||||
ActionCenterToggle {
|
||||
id: root
|
||||
|
||||
name: Network.ethernet ? Translation.tr("Network") : Network.networkName
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user