Swtiched to Font-Awesome where possible

This commit is contained in:
OdiousImp2604
2021-04-08 13:57:44 +01:00
committed by GitHub
parent 4d282ed9c8
commit 429ac410d9
2 changed files with 15 additions and 15 deletions

View File

@@ -84,7 +84,7 @@
"memory": { "memory": {
"interval": 5, "interval": 5,
"format": " {}%", // Icon: memory "format": " {}%", // Icon: memory
"on-click": "xfce4-terminal -e 'htop'", "on-click": "xfce4-terminal -e 'htop'",
"states": { "states": {
"warning": 70, "warning": 70,
@@ -125,9 +125,9 @@
//"format":"{icon}", //"format":"{icon}",
"format-icons": { "format-icons": {
"1": "", "1": "",
"2": "", "2": "",
"3": "", "3": "",
"4": "", "4": "",
} }
}, },
"pulseaudio": { "pulseaudio": {
@@ -145,7 +145,7 @@
"phone": "", "phone": "",
"portable": "", "portable": "",
"car": "", "car": "",
"default": [""] "default": [""]
}, },
"on-click": "pavucontrol", "on-click": "pavucontrol",
"on-scroll-up": "pamixer -ui 2", "on-scroll-up": "pamixer -ui 2",
@@ -167,7 +167,7 @@
"backlight#icon": { "backlight#icon": {
"format": "{icon}", "format": "{icon}",
"format-icons": [""], "format-icons": [""],
"on-scroll-down": "brightnessctl -c backlight set 5%", "on-scroll-down": "brightnessctl -c backlight set 5%",
"on-scroll-up": "brightnessctl -c backlight set +5%-" "on-scroll-up": "brightnessctl -c backlight set +5%-"
}, },
@@ -198,7 +198,7 @@
}, },
"custom/launcher": { "custom/launcher": {
"format":" ", "format":" ",
"on-click": "exec wofi -c ~/.config/wofi/config -I", "on-click": "exec wofi -c ~/.config/wofi/config -I",
"tooltip": false, "tooltip": false,
}, },

View File

@@ -60,7 +60,7 @@ Arc-Dark Color Scheme
color: #bebebe; color: #bebebe;
background-color: @base1; background-color: @base1;
font-family: UbuntuMono; font-family: UbuntuMono;
font-size: 14px; font-size: 13px;
} }
/* Each module */ /* Each module */
@@ -77,7 +77,7 @@ Arc-Dark Color Scheme
#temperature, #temperature,
#tray #tray
#custom-PBPbattery{ #custom-PBPbattery{
padding:0.3rem 0.6rem; padding:0.5rem 0.6rem;
margin: 0px 0px; margin: 0px 0px;
} }
@@ -155,7 +155,7 @@ Arc-Dark Color Scheme
} }
#pulseaudio{ #pulseaudio{
padding-top:4px; padding-top:6px;
} }
#pulseaudio.muted { #pulseaudio.muted {
color: @highlight; color: @highlight;
@@ -170,7 +170,7 @@ padding-top:4px;
} }
#workspaces{ #workspaces{
font-size:15px; font-size:13px;
} }
#workspaces button { #workspaces button {
border-bottom: 3px solid transparent; border-bottom: 3px solid transparent;
@@ -193,17 +193,17 @@ font-size:15px;
#custom-power{ #custom-power{
margin-left:15px; margin-left:15px;
margin-right:15px; margin-right:15px;
font-size:18px; font-size:15px;
} }
#custom-launcher{ #custom-launcher{
font-size:20px; font-size:15px;
margin-left:15px; margin-left:15px;
margin-right:10px; margin-right:10px;
} }
#backlight.icon{ #backlight.icon{
padding-right:1px; padding-right:1px;
font-size: 20px; font-size: 13px;
} }