add various config files
This commit is contained in:
parent
6814aef9a9
commit
ff9b3b87d0
4 changed files with 7 additions and 3 deletions
2
dot_config/chrome-flags.conf
Normal file
2
dot_config/chrome-flags.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
--ozone-platform-hint=auto
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
--force-dark-mode
|
--ozone-platform-hint=auto
|
||||||
--enable-features=WebUIDarkMode
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
/dev/null
|
|
@ -16,10 +16,11 @@ window#waybar.hidden {
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
window#waybar.empty {
|
window#waybar.empty {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
window#waybar.solo {
|
window#waybar.solo {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue