mirror of
https://github.com/stronk-dev/Tokyo-Night-Linux.git
synced 2024-12-19 20:54:43 -05:00
Polybar bigger font and firefox icon instead of chrome icon
This commit is contained in:
parent
2e0886fc25
commit
2cf242d1d5
3 changed files with 9 additions and 11 deletions
|
@ -130,8 +130,8 @@ module-margin-right = 0
|
|||
; font-3 = FontAwesome:size=10
|
||||
; See the Fonts wiki page for more details
|
||||
|
||||
font-0 = "Iosevka Nerd Font:size=10;4"
|
||||
font-1 = "feather:size=10;3"
|
||||
font-0 = "Iosevka Nerd Font:size=12;4"
|
||||
font-1 = "feather:size=12;3"
|
||||
|
||||
; Modules are added to one of the available blocks
|
||||
; modules-left = cpu ram
|
||||
|
|
|
@ -101,7 +101,6 @@ type = internal/backlight
|
|||
; $ ls -1 /sys/class/backlight/
|
||||
;card = intel_backlight
|
||||
card = amdgpu_bl0
|
||||
enable-scroll = true
|
||||
|
||||
; Available tags:
|
||||
; <label> (default)
|
||||
|
@ -135,9 +134,8 @@ full-at = 99
|
|||
|
||||
; Use the following command to list batteries and adapters:
|
||||
; $ ls -1 /sys/class/power_supply/
|
||||
battery = BAT0
|
||||
adapter = AC
|
||||
|
||||
battery = BAT1
|
||||
adapter = ACAD
|
||||
|
||||
; If an inotify event haven't been reported in this many
|
||||
; seconds, manually poll for new values.
|
||||
|
@ -1132,7 +1130,7 @@ label-monitor = %name%
|
|||
; %icon%
|
||||
; %index%
|
||||
; Default: %icon% %name%
|
||||
label-active = %icon%
|
||||
label-active = %name% %icon%
|
||||
label-active-foreground = ${color.primary}
|
||||
|
||||
; Available tokens:
|
||||
|
@ -1140,7 +1138,7 @@ label-active-foreground = ${color.primary}
|
|||
; %icon%
|
||||
; %index%
|
||||
; Default: %icon% %name%
|
||||
label-occupied = %icon%
|
||||
label-occupied = %name% %icon%
|
||||
label-occupied-foreground = ${color.yellow}
|
||||
|
||||
; Available tokens:
|
||||
|
@ -1148,7 +1146,7 @@ label-occupied-foreground = ${color.yellow}
|
|||
; %icon%
|
||||
; %index%
|
||||
; Default: %icon% %name%
|
||||
label-urgent = %icon%
|
||||
label-urgent = %name% %icon%
|
||||
label-urgent-foreground = ${color.red}
|
||||
|
||||
; Available tokens:
|
||||
|
@ -1156,7 +1154,7 @@ label-urgent-foreground = ${color.red}
|
|||
; %icon%
|
||||
; %index%
|
||||
; Default: %icon% %name%
|
||||
label-empty = %icon%
|
||||
label-empty = %name% %icon%
|
||||
|
||||
label-active-padding = 1
|
||||
label-urgent-padding = 1
|
||||
|
|
|
@ -231,7 +231,7 @@ menu-0-1 = Files
|
|||
menu-0-1-exec = nemo &
|
||||
menu-0-2 = Terminal
|
||||
menu-0-2-exec = urxvt &
|
||||
menu-0-3 = Browser
|
||||
menu-0-3 = Browser
|
||||
menu-0-3-exec = firefox &
|
||||
|
||||
; Available tags:
|
||||
|
|
Loading…
Reference in a new issue