add move window to hyprland service
This commit is contained in:
15
include/widgets/controlCenter/controlCenter.hpp
Normal file
15
include/widgets/controlCenter/controlCenter.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "components/popover.hpp"
|
||||
#include "gtkmm/box.h"
|
||||
#include "widgets/controlCenter/mediaControl.hpp"
|
||||
|
||||
class ControlCenter : public Popover {
|
||||
public:
|
||||
ControlCenter(std::string icon, std::string name);
|
||||
|
||||
private:
|
||||
Gtk::Box container;
|
||||
MediaControlWidget mediaControlWidget;
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user