diff --git a/dunst/dunstrc b/.config/dunst/dunstrc similarity index 100% rename from dunst/dunstrc rename to .config/dunst/dunstrc diff --git a/i3/config b/.config/i3/config similarity index 95% rename from i3/config rename to .config/i3/config index caa9385..1ddb2dd 100644 --- a/i3/config +++ b/.config/i3/config @@ -9,7 +9,8 @@ font pango: Noto Sans 8 floating_modifier $super #autostart -exec --no-startup-id hsetroot -center ~/.wallpaper.png +exec --no-startup-id ibus-daemon & +exec --no-startup-id hsetroot -cover ~/Pictures/wallpaper/wallhaven-0je2yp.jpg exec --no-startup-id xsettingsd & exec --no-startup-id compton -b @@ -22,10 +23,10 @@ bindsym $super+d exec rofi -lines 12 -padding 18 -width 60 -location 0 -show dru # common apps keybinds bindsym Print exec scrot 'Cheese_%a-%d%b%y_%H.%M.png' -e 'viewnior ~/$f' -bindsym $super+l exec i3lock -i ~/.wallpaper.png +bindsym $super+l exec i3lock -d -t --image=~/Pictures/wallpaper/wallhaven-0je2yp.jpg bindsym $super+Shift+w exec firefox bindsym $super+Shift+f exec thunar;workspace 3;focus -#bindsym $super+Shift+g exec geany +bindsym $super+Shift+c exec code --no-sandbox #change volume # bindsym XF86AudioRaiseVolume exec amixer -q set Master diff --git a/i3status/config b/.config/i3status/config similarity index 75% rename from i3status/config rename to .config/i3status/config index dc000bb..94afad7 100644 --- a/i3status/config +++ b/.config/i3status/config @@ -12,10 +12,9 @@ order += "load" order += "cpu_temperature 0" order += "disk /" order += "disk /home" -# order += "ethernet eno1" -order += "wireless wlo1" +order += "ethernet enp0s31f6" +# order += "wireless wlo1" order += "volume master" -order += "battery 0" order += "tztime local" load { @@ -35,7 +34,7 @@ disk "/home" { format = "  %free Free " } -ethernet eno1 { +ethernet enp0s31f6 { format_up = "  %ip " format_down = "  Disconnected " } @@ -53,18 +52,6 @@ volume master { mixer_idx = 0 } -battery 0 { - last_full_capacity = true - format = "  %status %percentage " - format_down = "No Battery" - status_chr = "Charging" - status_bat = "Battery" - status_unk = "Unknown" - status_full = "Charged" - path = "/sys/class/power_supply/BAT%d/uevent" - low_threshold = 10 -} - tztime local { format = " %time " format_time = " %a %-d %b %H:%M" diff --git a/.fonts/icomoon/feather.ttf b/.fonts/icomoon/feather.ttf new file mode 100755 index 0000000..7f81b6c Binary files /dev/null and b/.fonts/icomoon/feather.ttf differ diff --git a/ibus.md b/ibus.md new file mode 100644 index 0000000..1f19a6b --- /dev/null +++ b/ibus.md @@ -0,0 +1,3 @@ +# ibus setup in SMWorkstation + +ibus-setup need work under non-anaconda environment diff --git a/idempotent.sh b/idempotent.sh index c4df103..338d66a 100644 --- a/idempotent.sh +++ b/idempotent.sh @@ -1,4 +1,5 @@ #!/bin/bash BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" -ln -s ${BASEDIR}/i3 ~/.config/i3 +#ln -s ${BASEDIR}/i3 ~/.config/i3 +echo $BASEDIR