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.09411765,
|
||||
green: 0.33333334,
|
||||
blue: 0.16078432,
|
||||
alpha: 1.0,
|
||||
),
|
||||
hover: (
|
||||
red: 0.14944312,
|
||||
green: 0.34322074,
|
||||
blue: 0.22185525,
|
||||
alpha: 1.0,
|
||||
),
|
||||
pressed: (
|
||||
red: 0.40847942,
|
||||
green: 0.5353426,
|
||||
blue: 0.4960762,
|
||||
alpha: 1.0,
|
||||
),
|
||||
selected: (
|
||||
red: 0.14944312,
|
||||
green: 0.34322074,
|
||||
blue: 0.22185525,
|
||||
alpha: 1.0,
|
||||
),
|
||||
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.9999203,
|
||||
green: 0.99998146,
|
||||
blue: 1.0,
|
||||
alpha: 1.0,
|
||||
),
|
||||
on: (
|
||||
red: 0.9999203,
|
||||
green: 0.99998146,
|
||||
blue: 1.0,
|
||||
alpha: 1.0,
|
||||
),
|
||||
disabled: (
|
||||
red: 0.09411765,
|
||||
green: 0.33333334,
|
||||
blue: 0.16078432,
|
||||
alpha: 1.0,
|
||||
),
|
||||
on_disabled: (
|
||||
red: 0.547019,
|
||||
green: 0.6666574,
|
||||
blue: 0.5803922,
|
||||
alpha: 1.0,
|
||||
),
|
||||
border: (
|
||||
red: 0.09411765,
|
||||
green: 0.33333334,
|
||||
blue: 0.16078432,
|
||||
alpha: 1.0,
|
||||
),
|
||||
disabled_border: (
|
||||
red: 0.09411765,
|
||||
green: 0.33333334,
|
||||
blue: 0.16078432,
|
||||
alpha: 0.5,
|
||||
),
|
||||
)
|
||||
Reference in New Issue
Block a user