Skip to content

Commit

Permalink
v0.7.38
Browse files Browse the repository at this point in the history
  • Loading branch information
avahe-kellenberger committed Apr 21, 2024
1 parent 6497800 commit 487a6e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions config.default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ exec = [
barForegroundColor = "#f8f8f2"
barSelectionColor = "#50fa7b"
barUrgentColor = "#ff5555"
barTransparency = 255 # 0 to 255
barFonts = [
"monospace:size=10:antialias=true",
"NotoColorEmoji:size=10:antialias=true"
Expand Down
2 changes: 1 addition & 1 deletion nimdow.nimble
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Package
version = "0.7.37"
version = "0.7.38"
author = "avahe-kellenberger"
description = "A window manager written in nim"
license = "GPL v2"
Expand Down
2 changes: 1 addition & 1 deletion src/nimdowpkg/ipc/cli.nim
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import
../wmcommands,
../logger

const version* = "v0.7.37"
const version* = "v0.7.38"
const commit* = getEnv("LATEST_COMMIT")

proc handleWMCommand(commandStr: string): bool =
Expand Down

0 comments on commit 487a6e9

Please sign in to comment.