Skip to content

Commit

Permalink
Refactor code and fix binary permission (amit9838#77)
Browse files Browse the repository at this point in the history
- Load css from css file instead of
  hard-coding it as python. Provides
  better readability in IDEs
- Remove eol spaces
- Fix inconsistent tab spacing
- Remove excutable permission from mousam.in,
  meson makes it excutable during install for
  all packaging methods
  • Loading branch information
hsbasu committed Feb 15, 2024
1 parent 3e21a86 commit a38a7e2
Show file tree
Hide file tree
Showing 16 changed files with 678 additions and 873 deletions.
184 changes: 0 additions & 184 deletions src/application.css

This file was deleted.

2 changes: 0 additions & 2 deletions src/constants.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import os


icon_loc = "@icon_location@/share/icons/hicolor/scalable/mousam_icons/"

Expand Down
Loading

0 comments on commit a38a7e2

Please sign in to comment.