Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitinspace committed May 5, 2020
1 parent 865099e commit a829db6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
1 change: 1 addition & 0 deletions config/picom/picom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,5 @@ wintypes:
dnd = { shadow = false; }
popup_menu = { opacity = 1.0; }
dropdown_menu = { opacity = 1.0; }
utility = { shadow = false; } # fixes shadow issues in firefox
};
21 changes: 12 additions & 9 deletions config/polybar/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@


[colors]
background = ${xrdb:background:#222}
foreground = ${xrdb:foreground:#222}
active = ${xrdb:color5:#222}
date = ${xrdb:color3:#222}
time = ${xrdb:color2:#222}
background = ${xrdb:background:#222}
foreground = ${xrdb:foreground:#222}
bar-active = ${xrdb:foreground:#222}
bar-inactive = ${xrdb:color8:#222}
bar-urgent = ${xrdb:color9:#222}
date = ${xrdb:color3:#222}
time = ${xrdb:color2:#222}

[section/base-bar]
height = 44
Expand Down Expand Up @@ -68,12 +70,13 @@ format = <label-state>
label-separator = " "
label-active = ""
label-occupied = ""
label-urgent = ""
label-urgent = ""
label-empty = ""

label-active-foreground = ${colors.active}
label-urgent-foreground = ${colors.foreground}
label-empty-foreground = ${colors.foreground}
label-active-foreground = ${colors.bar-active}
label-occupied-foreground = ${colors.bar-inactive}
label-urgent-foreground = ${colors.bar-urgent}
label-empty-foreground = ${colors.bar-inactive}


[module/time-label]
Expand Down

0 comments on commit a829db6

Please sign in to comment.