diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/flameshot/flameshot.ini | 7 | ||||
-rw-r--r-- | .config/polybar/bars.ini | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/.config/flameshot/flameshot.ini b/.config/flameshot/flameshot.ini new file mode 100644 index 0000000..cc59bfe --- /dev/null +++ b/.config/flameshot/flameshot.ini @@ -0,0 +1,7 @@ +[General] +contrastOpacity=178 +contrastUiColor=#11111b +copyPathAfterSave=true +drawColor=#cba6f7 +saveLastRegion=true +uiColor=#cba6f7 diff --git a/.config/polybar/bars.ini b/.config/polybar/bars.ini index e945e9a..9ac7417 100644 --- a/.config/polybar/bars.ini +++ b/.config/polybar/bars.ini @@ -1,11 +1,11 @@ [bar/mybar2] monitor = ${env:MONITOR:HDMI-0} enable-ipc = true -width = 1906 +width = 1920 height = 28 -offset-x = 7 -offset-y = 6 -radius = 4 +offset-x = 0 +offset-y = 0 +radius = 0 fixed-center = true bottom = 0 |