improv: context menu and window preview styling

Closes #480
Closes #481
This commit is contained in:
Michael Aaron Murphy 2024-06-07 00:06:07 +02:00
parent a1de560240
commit 8ba8ccd6c0
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
4 changed files with 409 additions and 485 deletions

View file

@ -5,11 +5,11 @@ use cctk::sctk::reexports::{calloop::channel::SyncSender, client::backend::Objec
use cosmic::iced::alignment::{Horizontal, Vertical};
use cosmic::iced::event;
use cosmic::iced::mouse::{self, ScrollDelta};
use cosmic::iced::widget::{button, column, container, row, text};
use cosmic::iced::widget::{button, column, row};
use cosmic::iced::{Event::Mouse, Length, Subscription};
use cosmic::iced_core::{Background, Border};
use cosmic::iced_style::application;
use cosmic::widget::{horizontal_space, vertical_space};
use cosmic::widget::{container, horizontal_space, vertical_space};
use cosmic::{applet::cosmic_panel_config::PanelAnchor, font::FONT_BOLD, Command};
use cosmic::{Element, Theme};