mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-20 04:30:53 +02:00
Merge branch 'master' of gitlab.com:linuxstuff/dotfiles
merge
This commit is contained in:
+20
-10
@@ -58,7 +58,7 @@ offset-y = 8px
|
|||||||
override-redirect = true
|
override-redirect = true
|
||||||
tray-detached = true
|
tray-detached = true
|
||||||
tray-maxsize = 15
|
tray-maxsize = 15
|
||||||
tray-offset-x= 86
|
tray-offset-x= 260
|
||||||
tray-offset-y =4px
|
tray-offset-y =4px
|
||||||
tray-padding = 3
|
tray-padding = 3
|
||||||
tray-position = left
|
tray-position = left
|
||||||
@@ -87,8 +87,8 @@ wm-restack = i3
|
|||||||
inherit="bar/base_floating"
|
inherit="bar/base_floating"
|
||||||
monitor = ${env:MONITOR:eDP1}
|
monitor = ${env:MONITOR:eDP1}
|
||||||
modules-center = clock playerctl_long
|
modules-center = clock playerctl_long
|
||||||
modules-left = floating_popup_button pavucontrol_button
|
modules-left = floating_popup_button pavucontrol_button sensors_cpu_yoga3 memory_sep
|
||||||
modules-right = usbmodem5 wlan_short sensors_cpu_yoga3 memory
|
modules-right = usbmodem5 wlan_short battery
|
||||||
|
|
||||||
[bar/floating_cava]
|
[bar/floating_cava]
|
||||||
inherit = "bar/floating"
|
inherit = "bar/floating"
|
||||||
@@ -318,6 +318,10 @@ type = internal/memory
|
|||||||
interval = 2
|
interval = 2
|
||||||
label = %percentage_used%%
|
label = %percentage_used%%
|
||||||
|
|
||||||
|
[module/memory_sep]
|
||||||
|
inherit = module/memory
|
||||||
|
format = <label> |
|
||||||
|
|
||||||
[module/nvgpu]
|
[module/nvgpu]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
interval = 2
|
interval = 2
|
||||||
@@ -446,11 +450,15 @@ menu-0-2-exec = "playerctl next"
|
|||||||
|
|
||||||
[module/pavucontrol_button]
|
[module/pavucontrol_button]
|
||||||
type = custom/text
|
type = custom/text
|
||||||
content = |
|
content =
|
||||||
click-left = "setsid pavucontrol"
|
click-left = "setsid pavucontrol"
|
||||||
click-right = "setsid pulseaudio-equalizer-gtk"
|
click-right = "setsid pulseaudio-equalizer-gtk"
|
||||||
click-middle = "bash ~/Userdata/Scripts/Launchers/restart_pulseaudio_1s.sh"
|
click-middle = "bash ~/Userdata/Scripts/Launchers/restart_pulseaudio_1s.sh"
|
||||||
|
|
||||||
|
[module/pavucontrol_button_sep]
|
||||||
|
inherit="module/pavucontrol_button"
|
||||||
|
content = |
|
||||||
|
|
||||||
[module/cava]
|
[module/cava]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
tail = true
|
tail = true
|
||||||
@@ -464,15 +472,17 @@ battery = BAT0
|
|||||||
poll-interval = 3
|
poll-interval = 3
|
||||||
adapter = ADP1
|
adapter = ADP1
|
||||||
full-at = 95
|
full-at = 95
|
||||||
label-full = bat: %percentage%%
|
label-full = %percentage%%
|
||||||
label-charging = bat: %percentage%% (+%consumption%W, %time%)
|
;label-charging = %percentage%% (+%consumption%W, %time%)
|
||||||
label-discharging = bat: %percentage%% (-%consumption%W, %time%)
|
label-charging = %percentage%% (+%consumption%W)
|
||||||
|
;label-discharging = %percentage%% (-%consumption%W, %time%)
|
||||||
|
label-discharging = %percentage%% (-%consumption%W)
|
||||||
|
|
||||||
[module/battery_short]
|
[module/battery_short]
|
||||||
inherit = "module/battery"
|
inherit = "module/battery"
|
||||||
label-full = bat: %percentage%%
|
label-full = %percentage%%
|
||||||
label-charging = bat: %percentage%%
|
label-charging = %percentage%%
|
||||||
label-discharging = bat: %percentage%%
|
label-discharging = %percentage%%
|
||||||
|
|
||||||
; Module Disk
|
; Module Disk
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ offset-y = 8px
|
|||||||
override-redirect = true
|
override-redirect = true
|
||||||
tray-detached = true
|
tray-detached = true
|
||||||
tray-maxsize = 15
|
tray-maxsize = 15
|
||||||
tray-offset-x= 86
|
tray-offset-x= 260
|
||||||
tray-offset-y =4px
|
tray-offset-y =4px
|
||||||
tray-padding = 3
|
tray-padding = 3
|
||||||
tray-position = left
|
tray-position = left
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
inherit="bar/base_floating"
|
inherit="bar/base_floating"
|
||||||
monitor = ${env:MONITOR:eDP1}
|
monitor = ${env:MONITOR:eDP1}
|
||||||
modules-center = clock playerctl_long
|
modules-center = clock playerctl_long
|
||||||
modules-left = floating_popup_button pavucontrol_button
|
modules-left = floating_popup_button pavucontrol_button sensors_cpu_yoga3 memory_sep
|
||||||
modules-right = usbmodem5 wlan_short sensors_cpu_yoga3 memory
|
modules-right = usbmodem5 wlan_short battery
|
||||||
|
|
||||||
[bar/floating_cava]
|
[bar/floating_cava]
|
||||||
inherit = "bar/floating"
|
inherit = "bar/floating"
|
||||||
|
|||||||
@@ -45,6 +45,10 @@ type = internal/memory
|
|||||||
interval = 2
|
interval = 2
|
||||||
label = %percentage_used%%
|
label = %percentage_used%%
|
||||||
|
|
||||||
|
[module/memory_sep]
|
||||||
|
inherit = module/memory
|
||||||
|
format = <label> |
|
||||||
|
|
||||||
[module/nvgpu]
|
[module/nvgpu]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
interval = 2
|
interval = 2
|
||||||
@@ -173,11 +177,15 @@ menu-0-2-exec = "playerctl next"
|
|||||||
|
|
||||||
[module/pavucontrol_button]
|
[module/pavucontrol_button]
|
||||||
type = custom/text
|
type = custom/text
|
||||||
content = |
|
content =
|
||||||
click-left = "setsid pavucontrol"
|
click-left = "setsid pavucontrol"
|
||||||
click-right = "setsid pulseaudio-equalizer-gtk"
|
click-right = "setsid pulseaudio-equalizer-gtk"
|
||||||
click-middle = "bash ~/Userdata/Scripts/Launchers/restart_pulseaudio_1s.sh"
|
click-middle = "bash ~/Userdata/Scripts/Launchers/restart_pulseaudio_1s.sh"
|
||||||
|
|
||||||
|
[module/pavucontrol_button_sep]
|
||||||
|
inherit="module/pavucontrol_button"
|
||||||
|
content = |
|
||||||
|
|
||||||
[module/cava]
|
[module/cava]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
tail = true
|
tail = true
|
||||||
@@ -191,15 +199,17 @@ battery = BAT0
|
|||||||
poll-interval = 3
|
poll-interval = 3
|
||||||
adapter = ADP1
|
adapter = ADP1
|
||||||
full-at = 95
|
full-at = 95
|
||||||
label-full = bat: %percentage%%
|
label-full = %percentage%%
|
||||||
label-charging = bat: %percentage%% (+%consumption%W, %time%)
|
;label-charging = %percentage%% (+%consumption%W, %time%)
|
||||||
label-discharging = bat: %percentage%% (-%consumption%W, %time%)
|
label-charging = %percentage%% (+%consumption%W)
|
||||||
|
;label-discharging = %percentage%% (-%consumption%W, %time%)
|
||||||
|
label-discharging = %percentage%% (-%consumption%W)
|
||||||
|
|
||||||
[module/battery_short]
|
[module/battery_short]
|
||||||
inherit = "module/battery"
|
inherit = "module/battery"
|
||||||
label-full = bat: %percentage%%
|
label-full = %percentage%%
|
||||||
label-charging = bat: %percentage%%
|
label-charging = %percentage%%
|
||||||
label-discharging = bat: %percentage%%
|
label-discharging = %percentage%%
|
||||||
|
|
||||||
; Module Disk
|
; Module Disk
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user