mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-21 05:47:23 +02:00
Compare commits
8 Commits
e479c5542b
...
8e1f947591
Author | SHA1 | Date | |
---|---|---|---|
8e1f947591 | |||
82014c0c0c | |||
738ddcbfaf | |||
f0fe1a93b2 | |||
2c67c85786 | |||
f37ec89f3f | |||
b4f5b4af43 | |||
b53f8f6f52 |
@ -12,28 +12,28 @@
|
|||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background: #000000;
|
background: #000000;
|
||||||
border-bottom: 3px solid #ff0000;
|
border-bottom: 3px solid #ffb700;
|
||||||
color: #ff0000;
|
color: #ffb700;
|
||||||
}
|
}
|
||||||
|
|
||||||
tooltip {
|
tooltip {
|
||||||
background: rgba(43, 48, 59, 0.5);
|
background: rgba(43, 48, 59, 0.5);
|
||||||
border: 1px solid #ff0000;
|
border: 1px solid #ffb700;
|
||||||
}
|
}
|
||||||
tooltip label {
|
tooltip label {
|
||||||
color: #ff0000;
|
color: #ffb700;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
background: #000000;
|
background: #000000;
|
||||||
color: #ff0000;
|
color: #ffb700;
|
||||||
border-bottom: 3px solid #000000;
|
border-bottom: 3px solid #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
background: #ffffff;
|
background: #000000;
|
||||||
border-bottom: 3px solid #ff0000;
|
border-bottom: 3px solid #ffb700;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mode,
|
#mode,
|
||||||
@ -44,7 +44,7 @@ tooltip label {
|
|||||||
|
|
||||||
#mode {
|
#mode {
|
||||||
background: #000000;
|
background: #000000;
|
||||||
border-bottom: 3px solid #ff0000;
|
border-bottom: 3px solid #ffb700;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
@ -53,23 +53,23 @@ tooltip label {
|
|||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
color: #ff0000;
|
color: #ffb700;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.charging {
|
#battery.charging {
|
||||||
color: #ff0000;
|
color: #ffb700;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
to {
|
to {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
color: #ff0000;
|
color: #ffb700;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.warning:not(.charging) {
|
#battery.warning:not(.charging) {
|
||||||
background: #ffffff;
|
background: #000000;
|
||||||
color: #0000ff;
|
color: #0000ff;
|
||||||
animation-name: blink;
|
animation-name: blink;
|
||||||
animation-duration: 0.5s;
|
animation-duration: 0.5s;
|
||||||
|
37
etc/firefox/policies/README.md
Normal file
37
etc/firefox/policies/README.md
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
# Firefox `policies.json`
|
||||||
|
|
||||||
|
The file is pretty self-explanatory, but I prefer Chromium way of handling
|
||||||
|
enterprise policies since it allows me to cut them to multiple different files
|
||||||
|
per whatever I am doing.
|
||||||
|
|
||||||
|
<!-- editorconfig-checker-disable -->
|
||||||
|
<!-- prettier-ignore-start -->
|
||||||
|
|
||||||
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
|
||||||
|
- [WARNING TO LIBREWOLF USERS](#warning-to-librewolf-users)
|
||||||
|
- [Privacy Badger](#privacy-badger)
|
||||||
|
|
||||||
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
|
<!-- prettier-ignore-end -->
|
||||||
|
<!-- editorconfig-checker-enable -->
|
||||||
|
|
||||||
|
## WARNING TO LIBREWOLF USERS
|
||||||
|
|
||||||
|
This file takes priority over
|
||||||
|
`/usr/share/librewolf/distribution/policies.json` so don't apply this or
|
||||||
|
a lot of LibreWolf specific customizations stops being in force.
|
||||||
|
|
||||||
|
## Privacy Badger
|
||||||
|
|
||||||
|
- `jid1-MnnxcxisBPnSXQ-eff@jetpack` - Downloaded directly from EFF.
|
||||||
|
|
||||||
|
Configured to learn locally and also in incognito as opposed to only relying
|
||||||
|
on vendor list. Also not display the "Welcome to Privacy Badger screen".
|
||||||
|
|
||||||
|
See also:
|
||||||
|
|
||||||
|
- https://github.com/EFForg/privacybadger/blob/master/doc/admin-deployment.md
|
||||||
|
- https://github.com/EFForg/privacybadger/blob/master/src/data/schema.json
|
30
etc/firefox/policies/policies.json
Normal file
30
etc/firefox/policies/policies.json
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"policies": {
|
||||||
|
"3rdparty": {
|
||||||
|
"Extensions": {
|
||||||
|
"jid1-MnnxcxisBPnSXQ-eff@jetpack": {
|
||||||
|
"learnInIncognito": true,
|
||||||
|
"learnLocally": true,
|
||||||
|
"showIntroPage": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"DNSOverHTTPS": {
|
||||||
|
"Enabled": true,
|
||||||
|
"Locked": false,
|
||||||
|
"ProviderURL": "https://dns0.eu"
|
||||||
|
},
|
||||||
|
"EnableTrackingProtection": {
|
||||||
|
"Cryptomining": true,
|
||||||
|
"Fingerprinting": true,
|
||||||
|
"Locked": false,
|
||||||
|
"Value": true
|
||||||
|
},
|
||||||
|
"ExtensionSettings": {
|
||||||
|
"jid1-MnnxcxisBPnSXQ-eff@jetpack": {
|
||||||
|
"install_url": "https://www.eff.org/files/privacy-badger-latest.xpi",
|
||||||
|
"installation_mode": "force_installed"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
etc/opt/.gitignore
vendored
1
etc/opt/.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
chrome
|
chrome
|
||||||
|
edge
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
"hojggiaghnldpcknpbciehjcaoafceil": {
|
"hojggiaghnldpcknpbciehjcaoafceil": {
|
||||||
"installation_mode": "normal_installed",
|
"installation_mode": "normal_installed",
|
||||||
"override_update_url": true,
|
"override_update_url": true,
|
||||||
|
"toolbar_pin": "default_unpinned",
|
||||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||||
},
|
},
|
||||||
"nngceckbapebfimnlniiiahkandclblb": {
|
"nngceckbapebfimnlniiiahkandclblb": {
|
||||||
|
1
etc/opt/edge
Symbolic link
1
etc/opt/edge
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
chromium
|
Loading…
x
Reference in New Issue
Block a user