Changed cosmic theme and fixed keyboard switching script
This commit is contained in:
parent
da39b8b8e0
commit
5b27fba42c
6 changed files with 33 additions and 2 deletions
|
|
@ -0,0 +1,5 @@
|
||||||
|
Some((
|
||||||
|
red: 0.89411765,
|
||||||
|
green: 0.3058824,
|
||||||
|
blue: 0.3058824,
|
||||||
|
))
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
Some((
|
||||||
|
red: 0.08880167,
|
||||||
|
green: 0.10280768,
|
||||||
|
blue: 0.1364221,
|
||||||
|
alpha: 1.0,
|
||||||
|
))
|
||||||
|
|
@ -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),
|
||||||
|
)
|
||||||
|
|
@ -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,
|
||||||
|
)
|
||||||
|
|
@ -1 +1 @@
|
||||||
true
|
false
|
||||||
|
|
@ -17,7 +17,7 @@ en_to_fr() {
|
||||||
|
|
||||||
hyprctl notify 1 2000 0 "Keyboard set to AZERTY"
|
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
|
if ! [ -f "${status_file}" ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue