Compare commits

..

No commits in common. "88aecff44df1d6d6413acccd7c47505f34054b95" and "da39b8b8e0d6b08a671c2da9541eac50677c81af" have entirely different histories.

6 changed files with 2 additions and 33 deletions

View file

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

View file

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

View file

@ -1,8 +0,0 @@
(
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

@ -1,12 +0,0 @@
(
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