0
0
Fork 0
mirror of https://github.com/stronk-dev/Tokyo-Night-Linux.git synced 2024-10-17 20:58:16 -04:00

Polybar bigger font and firefox icon instead of chrome icon

This commit is contained in:
Marco van Dijk 2021-07-18 23:03:05 +02:00
parent 2e0886fc25
commit 2cf242d1d5
3 changed files with 9 additions and 11 deletions

View file

@ -130,8 +130,8 @@ module-margin-right = 0
; font-3 = FontAwesome:size=10 ; font-3 = FontAwesome:size=10
; See the Fonts wiki page for more details ; See the Fonts wiki page for more details
font-0 = "Iosevka Nerd Font:size=10;4" font-0 = "Iosevka Nerd Font:size=12;4"
font-1 = "feather:size=10;3" font-1 = "feather:size=12;3"
; Modules are added to one of the available blocks ; Modules are added to one of the available blocks
; modules-left = cpu ram ; modules-left = cpu ram

View file

@ -101,7 +101,6 @@ type = internal/backlight
; $ ls -1 /sys/class/backlight/ ; $ ls -1 /sys/class/backlight/
;card = intel_backlight ;card = intel_backlight
card = amdgpu_bl0 card = amdgpu_bl0
enable-scroll = true
; Available tags: ; Available tags:
; <label> (default) ; <label> (default)
@ -135,9 +134,8 @@ full-at = 99
; Use the following command to list batteries and adapters: ; Use the following command to list batteries and adapters:
; $ ls -1 /sys/class/power_supply/ ; $ ls -1 /sys/class/power_supply/
battery = BAT0 battery = BAT1
adapter = AC adapter = ACAD
; If an inotify event haven't been reported in this many ; If an inotify event haven't been reported in this many
; seconds, manually poll for new values. ; seconds, manually poll for new values.
@ -1132,7 +1130,7 @@ label-monitor = %name%
; %icon% ; %icon%
; %index% ; %index%
; Default: %icon% %name% ; Default: %icon% %name%
label-active = %icon% label-active = %name% %icon%
label-active-foreground = ${color.primary} label-active-foreground = ${color.primary}
; Available tokens: ; Available tokens:
@ -1140,7 +1138,7 @@ label-active-foreground = ${color.primary}
; %icon% ; %icon%
; %index% ; %index%
; Default: %icon% %name% ; Default: %icon% %name%
label-occupied = %icon% label-occupied = %name% %icon%
label-occupied-foreground = ${color.yellow} label-occupied-foreground = ${color.yellow}
; Available tokens: ; Available tokens:
@ -1148,7 +1146,7 @@ label-occupied-foreground = ${color.yellow}
; %icon% ; %icon%
; %index% ; %index%
; Default: %icon% %name% ; Default: %icon% %name%
label-urgent = %icon% label-urgent = %name% %icon%
label-urgent-foreground = ${color.red} label-urgent-foreground = ${color.red}
; Available tokens: ; Available tokens:
@ -1156,7 +1154,7 @@ label-urgent-foreground = ${color.red}
; %icon% ; %icon%
; %index% ; %index%
; Default: %icon% %name% ; Default: %icon% %name%
label-empty = %icon% label-empty = %name% %icon%
label-active-padding = 1 label-active-padding = 1
label-urgent-padding = 1 label-urgent-padding = 1

View file

@ -231,7 +231,7 @@ menu-0-1 = Files
menu-0-1-exec = nemo & menu-0-1-exec = nemo &
menu-0-2 = Terminal menu-0-2 = Terminal
menu-0-2-exec = urxvt & menu-0-2-exec = urxvt &
menu-0-3 = Browser menu-0-3 = Browser
menu-0-3-exec = firefox & menu-0-3-exec = firefox &
; Available tags: ; Available tags: