mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-13 18:57:23 +00:00
Update desktop environment with new status bar and styling
- Use polybar instead of xfce4-panel - Modify bspwm and picom to conform to new spacing and style - Use arc-gruvbox custom theme instead of Nordic for GTK - Clean up fish scripts
This commit is contained in:
parent
24d7587106
commit
2b7261fb62
9 changed files with 65 additions and 115 deletions
|
|
@ -30,7 +30,7 @@ alert = #cc241d
|
|||
[bar/m-bar]
|
||||
;monitor = ${env:MONITOR:HDMI-1}
|
||||
width = 100%
|
||||
height = 25
|
||||
height = 26
|
||||
;offset-x = 1%
|
||||
;offset-y = 1%
|
||||
radius = 0.0
|
||||
|
|
@ -42,24 +42,24 @@ foreground = ${colors.foreground}
|
|||
line-size = 3
|
||||
line-color = #f00
|
||||
|
||||
border-size = 8
|
||||
border-size = 10
|
||||
border-color = #00000000
|
||||
|
||||
padding-left = 0
|
||||
padding-right = 0
|
||||
|
||||
module-margin-left = 0
|
||||
module-margin-right = 1
|
||||
module-margin-right = 2
|
||||
|
||||
font-0 = JetBrains Mono:pixelsize=10;1
|
||||
font-1 = JetBrains Mono:pixelsize=8;0
|
||||
font-2 = JetBrains Mono:pixelsize=10;1
|
||||
font-0 = IBM Plex Sans:size=10;3
|
||||
font-1 = JetBrains Mono:size=10;3
|
||||
#font-2 = JetBrains Mono:pixelsize=10;1
|
||||
#font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
||||
#font-2 = siji:pixelsize=10;1
|
||||
|
||||
modules-left = bspwm
|
||||
modules-center = xwindow
|
||||
modules-right = pulseaudio filesystem xkeyboard cpu memory eth date powermenu
|
||||
modules-right = pulseaudio cpu memory filesystem eth date xkeyboard powermenu
|
||||
|
||||
tray-position = right
|
||||
tray-padding = 2
|
||||
|
|
@ -107,6 +107,7 @@ mount-0 = /
|
|||
mount-1 = /home
|
||||
|
||||
label-mounted = %{F#458588}%mountpoint%%{F-}: %percentage_used%%
|
||||
label-mounted-underline = ${colors.primary}
|
||||
label-unmounted = %mountpoint% not mounted
|
||||
label-unmounted-foreground = ${colors.foreground-alt}
|
||||
|
||||
|
|
@ -116,18 +117,19 @@ type = internal/bspwm
|
|||
label-focused = %index%
|
||||
label-focused-background = ${colors.background-alt}
|
||||
label-focused-underline= ${colors.primary}
|
||||
label-focused-padding = 2
|
||||
label-focused-padding = 6
|
||||
|
||||
label-occupied = %index%
|
||||
label-occupied-padding = 2
|
||||
label-occupied-underline= ${colors.secondary}
|
||||
label-occupied-padding = 4
|
||||
|
||||
label-urgent = %index%!
|
||||
label-urgent-background = ${colors.alert}
|
||||
label-urgent-padding = 2
|
||||
label-urgent-padding = 4
|
||||
|
||||
label-empty = %index%
|
||||
label-empty-foreground = ${colors.foreground-alt}
|
||||
label-empty-padding = 2
|
||||
label-empty-padding = 4
|
||||
|
||||
; Separator in between workspaces
|
||||
; label-separator = |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue