Skip to content

Commit

Permalink
rename bar
Browse files Browse the repository at this point in the history
if it aint broke, wait a really long time until you fix it.
  • Loading branch information
siph committed Apr 26, 2023
1 parent 4a287c0 commit 64f7487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home-manager/chris/applications/misc/polybar/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ primary = #ffb52a
secondary = #e60053
alert = #bd2c40

[bar/example]
[bar/xmonad-bar]
width = 100%
height = 25
;offset-x = 1%
Expand Down
2 changes: 1 addition & 1 deletion home-manager/chris/applications/misc/xmonad/xmonad.hs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ myManageHook = composeAll
myEventHook = mempty
myLogHook = return ()
myStartupHook = do
spawnOnce "polybar example"
spawnOnce "polybar xmonad-bar"
spawnOnce "@kdeconnect@/libexec/kdeconnectd"

-- Polybar
Expand Down

0 comments on commit 64f7487

Please sign in to comment.