Skip to content

Commit

Permalink
idle
Browse files Browse the repository at this point in the history
  • Loading branch information
sakarie9 committed Sep 11, 2024
1 parent e0fa0aa commit d44174c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dot_config/waybar/config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "󰒳 ",
"deactivated": "󰒲 ",
"activated": "󰒳",
"deactivated": "󰒲",
},
"tooltip-format-activated": "阻止休眠中",
"tooltip-format-deactivated": "允许休眠中",
Expand Down
4 changes: 4 additions & 0 deletions dot_config/waybar/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ window#waybar.empty #window {
-gtk-icon-effect: highlight;
}

#idle_inhibitor {
padding-right: 14px;
}

#cpu {
}

Expand Down

0 comments on commit d44174c

Please sign in to comment.