Compare commits

...

2 commits

Author SHA1 Message Date
Gu://em_
88aecff44d Set cosmic to dark theme 2026-08-04 14:29:17 +02:00
Gu://em_
5b27fba42c Changed cosmic theme and fixed keyboard switching script 2026-08-04 14:27:55 +02:00
6 changed files with 33 additions and 2 deletions

View file

@ -0,0 +1,5 @@
Some((
red: 0.89411765,
green: 0.3058824,
blue: 0.3058824,
))

View file

@ -0,0 +1,6 @@
Some((
red: 0.08880167,
green: 0.10280768,
blue: 0.1364221,
alpha: 1.0,
))

View file

@ -0,0 +1,8 @@
(
radius_0: (0.0, 0.0, 0.0, 0.0),
radius_xs: (2.0, 2.0, 2.0, 2.0),
radius_s: (8.0, 8.0, 8.0, 8.0),
radius_m: (8.0, 8.0, 8.0, 8.0),
radius_l: (8.0, 8.0, 8.0, 8.0),
radius_xl: (8.0, 8.0, 8.0, 8.0),
)

View file

@ -0,0 +1,12 @@
(
space_none: 0,
space_xxxs: 4,
space_xxs: 8,
space_xs: 12,
space_s: 16,
space_m: 24,
space_l: 32,
space_xl: 48,
space_xxl: 64,
space_xxxl: 128,
)

View file

@ -17,7 +17,7 @@ en_to_fr() {
hyprctl notify 1 2000 0 "Keyboard set to AZERTY"
sed -i 's/kb_layouts\.us/kb_layouts\.fr/g' "$hyprland_cfg_file"
sed -i 's/kb_layouts.us/kb_layouts.fr/g' "$hyprland_cfg_file"
}
if ! [ -f "${status_file}" ]; then