feat(waybar): island floating 3-pills + popups + deploy
- Config waybar 3-pills glassmorphism (left/center/right) - Scripts : gpu, network, power-profile (toggle+luminosité/profil), cava daemon+reader, wob (volume/luminosité), rofi-launcher - Popup media GTK3 : volume sortie+entrée + luminosité (vc-media-popup.py) - Profil énergie : cycle balanced→low-power→performance avec brightnessctl - Autostart COSMIC : waybar.desktop + wob.desktop - Thème COSMIC Light ajouté (accent violet-chaton) - deploy : +autostart, +sudoers platform_profile, +udev platform_profile, +scripts .py waybar, +CosmicTheme.Light
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
(
|
||||
base: (
|
||||
red: 0.0,
|
||||
green: 0.0,
|
||||
blue: 0.0,
|
||||
alpha: 0.0,
|
||||
),
|
||||
hover: (
|
||||
red: 0.37074497,
|
||||
green: 0.38277033,
|
||||
blue: 0.46613896,
|
||||
alpha: 0.2,
|
||||
),
|
||||
pressed: (
|
||||
red: 0.7228412,
|
||||
green: 0.7373518,
|
||||
blue: 0.8313681,
|
||||
alpha: 0.5,
|
||||
),
|
||||
selected: (
|
||||
red: 0.37074497,
|
||||
green: 0.38277033,
|
||||
blue: 0.46613896,
|
||||
alpha: 0.2,
|
||||
),
|
||||
selected_text: (
|
||||
red: 0.9058823,
|
||||
green: 0.6117647,
|
||||
blue: 0.99607843,
|
||||
alpha: 1.0,
|
||||
),
|
||||
focus: (
|
||||
red: 0.9058823,
|
||||
green: 0.6117647,
|
||||
blue: 0.99607843,
|
||||
alpha: 1.0,
|
||||
),
|
||||
divider: (
|
||||
red: 0.9058823,
|
||||
green: 0.6117647,
|
||||
blue: 0.99607843,
|
||||
alpha: 0.2,
|
||||
),
|
||||
on: (
|
||||
red: 0.9058823,
|
||||
green: 0.6117647,
|
||||
blue: 0.99607843,
|
||||
alpha: 1.0,
|
||||
),
|
||||
disabled: (
|
||||
red: 0.0,
|
||||
green: 0.0,
|
||||
blue: 0.0,
|
||||
alpha: 0.0,
|
||||
),
|
||||
on_disabled: (
|
||||
red: 0.9058823,
|
||||
green: 0.6117647,
|
||||
blue: 0.99607843,
|
||||
alpha: 0.65,
|
||||
),
|
||||
border: (
|
||||
red: 0.072988935,
|
||||
green: 0.079405405,
|
||||
blue: 0.14595589,
|
||||
alpha: 1.0,
|
||||
),
|
||||
disabled_border: (
|
||||
red: 0.072988935,
|
||||
green: 0.079405405,
|
||||
blue: 0.14595589,
|
||||
alpha: 0.5,
|
||||
),
|
||||
)
|
||||
Reference in New Issue
Block a user