fix: laptop config
This commit is contained in:
Regular → Executable
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/sh
|
||||
|
||||
# Thanks to https://github.com/InioX/matugen-themes/blob/main/post-hook-scripts/gtk-themes-reload.sh
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: 'Comfortaa, FiraMono Nerd Font';
|
||||
font-family: 'Comfortaa, FiraCode Nerd Font';
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
min-height: 0;
|
||||
|
||||
+18
-18
@@ -108,12 +108,12 @@
|
||||
},
|
||||
"cpu": {
|
||||
"tooltip-format": "<big>CPU</big>\n<tt>Total: {usage}</tt>",
|
||||
"format": "\uf4bc {usage}",
|
||||
"format": "\udb83\udee0 {usage}",
|
||||
"interval": 5,
|
||||
"on-click": "alacritty -e dgop -T dgop"
|
||||
},
|
||||
"memory": {
|
||||
"format": "\uefc5 {percentage}",
|
||||
"format": "\udb80\udf5b {percentage}",
|
||||
"interval": 5,
|
||||
"on-click": "alacritty -e dgop -T dgop"
|
||||
},
|
||||
@@ -150,30 +150,30 @@
|
||||
"25": 30,
|
||||
"15": 20,
|
||||
"5": 10,
|
||||
"critical": 0,
|
||||
"critical": 0
|
||||
},
|
||||
"format":" {capacity}",
|
||||
"format-95": " {capacity}",
|
||||
"format-85": " {capacity}",
|
||||
"format-75": " {capacity}",
|
||||
"format-65": " {capacity}",
|
||||
"format-55": " {capacity}",
|
||||
"format-45": " {capacity}",
|
||||
"format-35": " {capacity}",
|
||||
"format-25": " {capacity}",
|
||||
"format-15": " {capacity}",
|
||||
"format-15": " {capacity}",
|
||||
"format-critical": " {capacity}",
|
||||
"format-charging":" {capacity}",
|
||||
"format-plugged": " ",
|
||||
"format-full": " 100",
|
||||
"format-95": "\udb80\udc79 {capacity}",
|
||||
"format-85": "\udb80\udc82 {capacity}",
|
||||
"format-75": "\udb80\udc81 {capacity}",
|
||||
"format-65": "\udb80\udc80 {capacity}",
|
||||
"format-55": "\udb80\udc7f {capacity}",
|
||||
"format-45": "\udb80\udc7e {capacity}",
|
||||
"format-35": "\udb80\udc7d {capacity}",
|
||||
"format-25": "\udb80\udc7c {capacity}",
|
||||
"format-15": "\udb80\udc7b {capacity}",
|
||||
"format-5": "\udb80\udc7a {capacity}",
|
||||
"format-critical": "\udb80\udc83 {capacity}",
|
||||
"format-charging":"\udb80\udc84 {capacity}",
|
||||
"format-plugged": "\udb85\udfe2",
|
||||
"format-full": "\udb80\udb79 100",
|
||||
"format-empty": " ({capacity}%)",
|
||||
"tooltip-format":"<big>Battery</big>\nCurrently {timeTo}\nCurrently drawing: {power}W\nBattery status: {capacity}%"
|
||||
},
|
||||
"backlight": {
|
||||
"stages": {
|
||||
"high": 50,
|
||||
"low": 0,
|
||||
"low": 0
|
||||
},
|
||||
"format": "🌣 {percent}",
|
||||
"format-high": " {percent}",
|
||||
|
||||
@@ -23,3 +23,4 @@ nextcloud-client
|
||||
slurp
|
||||
grim
|
||||
satty
|
||||
ttf-firacode-nerd
|
||||
|
||||
Reference in New Issue
Block a user