mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-21 05:47:23 +02:00
Compare commits
No commits in common. "8e1f947591fb6de8cb0b2092f5e92d4706d78a29" and "e479c5542b4f0e21a8e3884d79da9cc3ab939a3c" have entirely different histories.
8e1f947591
...
e479c5542b
@ -12,28 +12,28 @@
|
||||
|
||||
window#waybar {
|
||||
background: #000000;
|
||||
border-bottom: 3px solid #ffb700;
|
||||
color: #ffb700;
|
||||
border-bottom: 3px solid #ff0000;
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
background: rgba(43, 48, 59, 0.5);
|
||||
border: 1px solid #ffb700;
|
||||
border: 1px solid #ff0000;
|
||||
}
|
||||
tooltip label {
|
||||
color: #ffb700;
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 5px;
|
||||
background: #000000;
|
||||
color: #ffb700;
|
||||
color: #ff0000;
|
||||
border-bottom: 3px solid #000000;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
background: #000000;
|
||||
border-bottom: 3px solid #ffb700;
|
||||
background: #ffffff;
|
||||
border-bottom: 3px solid #ff0000;
|
||||
}
|
||||
|
||||
#mode,
|
||||
@ -44,7 +44,7 @@ tooltip label {
|
||||
|
||||
#mode {
|
||||
background: #000000;
|
||||
border-bottom: 3px solid #ffb700;
|
||||
border-bottom: 3px solid #ff0000;
|
||||
}
|
||||
|
||||
#clock {
|
||||
@ -53,23 +53,23 @@ tooltip label {
|
||||
|
||||
#battery {
|
||||
background-color: #000000;
|
||||
color: #ffb700;
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
#battery.charging {
|
||||
color: #ffb700;
|
||||
color: #ff0000;
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
@keyframes blink {
|
||||
to {
|
||||
background-color: #000000;
|
||||
color: #ffb700;
|
||||
color: #ff0000;
|
||||
}
|
||||
}
|
||||
|
||||
#battery.warning:not(.charging) {
|
||||
background: #000000;
|
||||
background: #ffffff;
|
||||
color: #0000ff;
|
||||
animation-name: blink;
|
||||
animation-duration: 0.5s;
|
||||
|
@ -1,37 +0,0 @@
|
||||
# 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
|
@ -1,30 +0,0 @@
|
||||
{
|
||||
"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,2 +1 @@
|
||||
chrome
|
||||
edge
|
||||
|
@ -18,7 +18,6 @@
|
||||
"hojggiaghnldpcknpbciehjcaoafceil": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"nngceckbapebfimnlniiiahkandclblb": {
|
||||
|
@ -1 +0,0 @@
|
||||
chromium
|
Loading…
x
Reference in New Issue
Block a user