summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/polybar/config##desktop.Linux.Lowe2
-rw-r--r--.config/polybar/config##desktop.Linux.Maus32
-rwxr-xr-x.xsession##desktop.Linux.Lowe2
3 files changed, 18 insertions, 18 deletions
diff --git a/.config/polybar/config##desktop.Linux.Lowe b/.config/polybar/config##desktop.Linux.Lowe
index 326ceb7..972e360 100644
--- a/.config/polybar/config##desktop.Linux.Lowe
+++ b/.config/polybar/config##desktop.Linux.Lowe
@@ -120,7 +120,7 @@ format-prefix-background = ${colors.blue}
120format-prefix-foreground = ${colors.foreground} 120format-prefix-foreground = ${colors.foreground}
121format-prefix-font = 3 121format-prefix-font = 3
122 122
123label-layout = %layout% 123label-layout = %name%
124label-layout-padding = 1 124label-layout-padding = 1
125label-layout-background = ${colors.background_modules} 125label-layout-background = ${colors.background_modules}
126label-layout-foreground = ${colors.foreground_modules} 126label-layout-foreground = ${colors.foreground_modules}
diff --git a/.config/polybar/config##desktop.Linux.Maus b/.config/polybar/config##desktop.Linux.Maus
index c9db677..9eefb44 100644
--- a/.config/polybar/config##desktop.Linux.Maus
+++ b/.config/polybar/config##desktop.Linux.Maus
@@ -76,22 +76,22 @@ format-padding = 0
76exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p ' , ' 76exec = python /home/yigit/.config/polybar/spotify_status.py -f '{play_pause} {artist} - {song}' -p ' , '
77;契 77;契
78 78
79[module/mpd] 79; [module/mpd]
80type = internal/mpd 80; type = internal/mpd
81host = 127.0.0.1 81; host = 127.0.0.1
82port = 6600 82; port = 6600
83 83
84format-online = <toggle> <label-song> <icon-random> 84; format-online = <toggle> <label-song> <icon-random>
85label-song = %artist% - %title% 85; label-song = %artist% - %title%
86icon-pause =  86; icon-pause = 
87icon-play =  87; icon-play = 
88icon-random = 咽 88; icon-random = 咽
89 89
90toggle-on-foreground = ${colors.background_modules} 90; toggle-on-foreground = ${colors.background_modules}
91toggle-off-foreground = ${colors.foreground_modules} 91; toggle-off-foreground = ${colors.foreground_modules}
92 92
93format-offline = <label-offline> 93; format-offline = <label-offline>
94label-offline = mpd is offline 94; label-offline = mpd is offline
95 95
96[module/xwindow] 96[module/xwindow]
97type = internal/xwindow 97type = internal/xwindow
diff --git a/.xsession##desktop.Linux.Lowe b/.xsession##desktop.Linux.Lowe
index 1df9d07..ed73924 100755
--- a/.xsession##desktop.Linux.Lowe
+++ b/.xsession##desktop.Linux.Lowe
@@ -31,7 +31,7 @@ copyq &
31unclutter --timeout 3 --jitter 3 -b & 31unclutter --timeout 3 --jitter 3 -b &
32 32
33# keyboard with alt+shift us,tr switch, map escape to capslock 33# keyboard with alt+shift us,tr switch, map escape to capslock
34setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape & 34setxkbmap -model pc105 -layout us,us,tr -variant ,colemak, -option grp:alt_shift_toggle,caps:swapescape &
35 35
36# bind the local port to overseer 36# bind the local port to overseer
37ssh -N -f -L 127.0.0.1:53589:yigitsever.bike:53589 overseer 37ssh -N -f -L 127.0.0.1:53589:yigitsever.bike:53589 overseer