Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Desktop thread (v4) filter_list
Author
Message
RE: Desktop thread v4 #31
(10-13-2017, 06:03 PM)Pikami Wrote:
(10-13-2017, 04:01 PM)mothered Wrote: Nice to see you have PowerShell readily available.
I only use powershell for mass file renaming and a couple of easy automation scrips (which I wrote thanks to Google and StackOverflow) I'm actually terrible on powershell without google.

Everyone is terrible at programming without Google. Unless you are super-human

Since it's a shell, you should be able to get used to it after a while, you just need to use it a lot
(This post was last modified: 10-17-2017, 03:33 AM by Blink.)


(11-02-2018, 02:51 AM)Skullmeat Wrote: Ok, there no real practical reason for doing this, but that's never stopped me.

Reply

RE: Desktop thread v4 #32
Why not? haha
[Image: fqFugez.png]
.

Reply

RE: Desktop thread v4 #33
(10-17-2017, 03:29 AM)Ender Wrote:
(10-13-2017, 04:01 PM)mothered Wrote: @"Pikami", the cleanest desktop I've seen In a while. I'm pretty organized, but you win hands down.

Nice to see you have PowerShell readily available.

Wait till you see this...
I finally am posting my desktop's desktop
Spoiler:
Clear:
[Image: yezngc.png]

Terminal:
[Image: sefyje.png]

Fake-busy (in reality, I often keep most windows in their own virtual-desktop, maximized):
[Image: arhexb.png]

Note: My monitor's coloration sucks, do this might look odd on other monitors

Back in the day I used to just make up workspaces where i'd puzzle piece a bunch of things together.
Spoiler:
[Image: FYANhq1.jpg]

[+] 1 user Likes phyrrus9's post
Reply

RE: Desktop thread v4 #34
My work PC
[Image: 9dBWUXi.png]

Reply

RE: Desktop thread v4 #35
(10-17-2017, 05:55 PM)ProfessorChill Wrote: My work PC
[Image: 9dBWUXi.png]

That is beautiful man. What are you using? DM/DE and theme?

Reply

RE: Desktop thread v4 #36
(10-17-2017, 06:08 PM)phyrrus9 Wrote:
(10-17-2017, 05:55 PM)ProfessorChill Wrote: My work PC
[Image: 9dBWUXi.png]

That is beautiful man. What are you using? DM/DE and theme?

I3-Gaps, I3Blocks, feh, dmenu, termite, nvim, firefox-nightly default black theme

I3 Config SNIPPET
Code:
bar {
   status_command i3blocks -c ~/.config/i3/i3blocks.conf
   tray_output primary
   tray_padding 2
   colors {
       background #2b2a2a
       focused_workspace #1e1e1e #606060 #1e1e1e
       inactive_workspace #666666 #303030 #666666
   }
}

font pango:Open Sans Regular 8

client.focused #232323 #232323 #ffffff #2e9ef4 #232323
client.focused_inactive #232323 #232323 #7c7c7c #2e9ef4 #232323
client.unfocused #232323 #232323 #7c7c7c #2e9ef4 #232323
client.urgent #3d0304 #3d0304 #7c7c7c #2e9ef4 #232323
client.placeholder #232323 #232323 #7c7c7c #2e9ef4 #232323
client.background #232323

focus_on_window_activation none

gaps inner 50
gaps outer 0

I3 Blocks Config
Code:
full_text=
align=center
color=#586e75
separator=false
separator_block_width=7
markup=pango

[script]
color=#00bcbf
command=python ~/.config/i3/scripts/cmus.py
interval=1

[separator]

[volume]
full_text=
label=
command=sh ~/.config/i3/scripts/volume.sh
color=#d33682
interval=once
signal=10

[separator]

[ethernet]
label=
instance=eno1
command=/usr/lib/i3blocks/iface
color=#859900
interval=30

[separator]

[datetime]
command=date "+%Y<span color='#586e75'>年</span>%m<span color='#586e75'>月</span>%d<span color='#586e75'>日</span> %H<span color='#586e75'>:</span>%M<span color='#586e$
color=#ffffff
interval=5

Termite Config
Code:
[options]
font = Droid Sans Mono for Powerline 9

[colors]
# special
foreground      = #c5c8c6
foreground_bold = #c5c8c6
cursor          = #f8f8f8
background      = #1d1f21

# black
color0  = #171717
color8  = #38252c

# red
color1  = #d81765
color9  = #ff0000

# green
color2  = #97d01a
color10 = #76b639

# yellow
color3  = #ffa800
color11 = #e1a126

# blue
color4  = #16b1fb
color12 = #289cd5

# magenta
color5  = #ff2491
color13 = #ff2491

# cyan
color6  = #0fdcb6
color14 = #0a9b81

# white
color7  = #ebebeb
color15 = #f8f8f8

[+] 1 user Likes ProfessorChill's post
Reply

RE: Desktop thread v4 #37
(10-17-2017, 06:21 PM)ProfessorChill Wrote:
(10-17-2017, 06:08 PM)phyrrus9 Wrote:
(10-17-2017, 05:55 PM)ProfessorChill Wrote: My work PC
[Image: 9dBWUXi.png]

That is beautiful man. What are you using? DM/DE and theme?

I3-Gaps, I3Blocks, feh, dmenu, termite, nvim, firefox-nightly default black theme

I3 Config SNIPPET
Code:
bar {
   status_command i3blocks -c ~/.config/i3/i3blocks.conf
   tray_output primary
   tray_padding 2
   colors {
       background #2b2a2a
       focused_workspace #1e1e1e #606060 #1e1e1e
       inactive_workspace #666666 #303030 #666666
   }
}

font pango:Open Sans Regular 8

client.focused #232323 #232323 #ffffff #2e9ef4 #232323
client.focused_inactive #232323 #232323 #7c7c7c #2e9ef4 #232323
client.unfocused #232323 #232323 #7c7c7c #2e9ef4 #232323
client.urgent #3d0304 #3d0304 #7c7c7c #2e9ef4 #232323
client.placeholder #232323 #232323 #7c7c7c #2e9ef4 #232323
client.background #232323

focus_on_window_activation none

gaps inner 50
gaps outer 0

I3 Blocks Config
Code:
full_text=
align=center
color=#586e75
separator=false
separator_block_width=7
markup=pango

[script]
color=#00bcbf
command=python ~/.config/i3/scripts/cmus.py
interval=1

[separator]

[volume]
full_text=
label=
command=sh ~/.config/i3/scripts/volume.sh
color=#d33682
interval=once
signal=10

[separator]

[ethernet]
label=
instance=eno1
command=/usr/lib/i3blocks/iface
color=#859900
interval=30

[separator]

[datetime]
command=date "+%Y<span color='#586e75'>年</span>%m<span color='#586e75'>月</span>%d<span color='#586e75'>日</span> %H<span color='#586e75'>:</span>%M<span color='#586e$
color=#ffffff
interval=5

Termite Config
Code:
[options]
font = Droid Sans Mono for Powerline 9

[colors]
# special
foreground      = #c5c8c6
foreground_bold = #c5c8c6
cursor          = #f8f8f8
background      = #1d1f21

# black
color0  = #171717
color8  = #38252c

# red
color1  = #d81765
color9  = #ff0000

# green
color2  = #97d01a
color10 = #76b639

# yellow
color3  = #ffa800
color11 = #e1a126

# blue
color4  = #16b1fb
color12 = #289cd5

# magenta
color5  = #ff2491
color13 = #ff2491

# cyan
color6  = #0fdcb6
color14 = #0a9b81

# white
color7  = #ebebeb
color15 = #f8f8f8

Awesome, I'll look into it. Probably won't deviate from fluxbox, but I do like what you did with the theming.

[+] 1 user Likes phyrrus9's post
Reply

RE: Desktop thread v4 #38
My Desktop:

[Image: NUyJuy5.png?1]
[Image: fSEZXPs.png]

Reply

RE: Desktop thread (v4) #39
My desktop is pretty simple, dock & menu bar auto-hide, and I hid the folders for the picture, but there are only like 5-6 of them with all my shit enclosed in them.

[Image: 0DnK3xRiTim6CXsdZonJpg.png]
[Image: ezgif_com_gif_maker.gif]
#yellowheartsforsarah

Reply

RE: Desktop thread (v4) #40
I have to admit , I don't have a clean desktop Smile)) .... sorry

Reply







Users browsing this thread: 2 Guest(s)