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