Skip to content

Commit

Permalink
chore: shit
Browse files Browse the repository at this point in the history
  • Loading branch information
umgbhalla committed Sep 3, 2023
1 parent 7693093 commit 32a06b9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions themes/cr0nus/dunst/.config/dunst/dunstrc
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@

### History ###

sticky_history = yes
history_length = 20
sticky_history = no
history_length = 0
dmenu = /usr/bin/dmenu -p dunst:
browser = /usr/bin/xdg-open
always_run_script = true
Expand All @@ -70,17 +70,17 @@
[urgency_low]
background = "#111111"
foreground = "#f4f5fb"
timeout = 3
timeout = 1

[urgency_normal]
background = "#111111"
foreground = "#f4f5fb"
timeout = 3
timeout = 1

[urgency_critical]
background = "#111111"
foreground = "#f4f5fb"
timeout = 9
timeout = 2


# Every section that isn't one of the above is interpreted as a rules to
Expand Down
4 changes: 2 additions & 2 deletions themes/cr0nus/polybar/.config/polybar/bars.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ fixed-center = true
# Dimension defined as pixel value (e.g. 35) or percentage (e.g. 50%),
# the percentage can optionally be extended with a pixel offset like so:
# 50%:-10, this will result in a width or height of 50% minus 10 pixels
width = 66%
width = 82%
height = 30

# Offset defined as pixel value (e.g. 35) or percentage (e.g. 50%)
# the percentage can optionally be extended with a pixel offset like so:
# 50%:-10, this will result in an offset in the x or y direction
# of 50% minus 10 pixels
offset-x = 17%
offset-x = 9%
; offset-y = -5

# Background ARGB color (e.g. #f00, #ff992a, #ddff1023)
Expand Down
12 changes: 6 additions & 6 deletions themes/cr0nus/polybar/.config/polybar/modules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -199,24 +199,24 @@ format = <label-state> <label-mode>

format-font = 5

; label-focused = "  "
label-focused = ""
; label-focused = ❨❨%icon%❩❩
; label-focused = ❮%icon%❯
; label-focused = %icon%

label-focused = %index%
; label-focused = %index%
label-focused-foreground = ${color.blue2}
label-focused-background = ${color.alt-bg}
label-focused-padding = 0

label-occupied = %index%
; label-occupied = "  "
; label-occupied = %index%
label-occupied = ""
label-occupied-foreground = ${color.blue3}
label-occupied-background = ${color.alt-bg}
label-occupied-padding = 0

label-empty =
; label-empty = "  "
; label-empty =
label-empty = ""
; label-empty = 
; label-empty = %icon%
label-empty-foreground = ${color.blue4}
Expand Down

0 comments on commit 32a06b9

Please sign in to comment.